System.IO.Abstractions is nice way to abstract real file system - I think it works currently only on real file system and tries to abstract it's usage. Ideally I think not only file system should be ...
In our application we need a lot of System.IO.StreamWriters and System.IO.StreamReaders for data and logs in csv format beside the typical File-and Directory-Operations. Therefore I like to include ...