FSharp.Interop.Compose


Full

Longer parameter versions of System.IO.File methods

Functions and values

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

Calls AppendAllLines(path, contents, encoding)

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

Calls WriteAllLines(path, contents, encoding)

Go to GitHub source
Fork me on GitHub