Hacker News new | ask | show | jobs
by leosanchez 951 days ago
> Maybe one day we will also get an FileSystemProvider.

Until then you can use System.IO.Abstraction[1] if you aren't already :)

[1] https://github.com/TestableIO/System.IO.Abstractions

1 comments

This is what I use, but damn, does it make coding a bit annoying having to have an instance of the filesystem rather than using static classes like Path.