FSharp.Interop.Compose


File

Corresponding static methods as functions for System.IO.File

Nested types and modules

ModuleDescription
Full

Longer parameter versions of System.IO.File methods

Functions and values

Function or valueDescription
appendAllLines path contents
Signature: path:string -> contents:(type) -> unit

Calls AppendAllLines(path, contents)

Go to GitHub source
writeAllLines path contents
Signature: path:(type) -> contents:(type) -> unit

Calls WriteAllLines(path, contents)

Go to GitHub source
Fork me on GitHub