Fable.System.IO
Fable.System.IO copied to clipboard
Lightweight System.IO.Path and System.IO.File for Fable - https://www.nuget.org/packages/Fable.System.IO/
Results
3
Fable.System.IO issues
Sort by
recently updated
recently updated
newest added
I seem to have broken the namespace structure such that ``open Fable.System.IO`` now generates a compile error: ``` error FS0039: The namespace 'IO' is not defined. ``` which results in...
bug
has-workaround
PR #10 adds a few static File methods related to file reading, but does not implement things like File.Open. If we had a Stream proxy in Fable, it would enable...
enhancement