Deedle


IO

Namespace: FSharp.Data.Runtime

Helper functions called from the generated code for working with files

Functions and values

Function or valueDescription
asyncReadTextAtRuntime(...)
Signature: forFSI:bool -> defaultResolutionFolder:string -> resolutionFolder:string -> formatName:string -> encodingStr:string -> uri:string -> Async<TextReader>

Returns a TextReader for the uri using the runtime resolution rules

asyncReadTextAtRuntimeWithDesignTimeRules(...)
Signature: defaultResolutionFolder:string -> resolutionFolder:string -> formatName:string -> encodingStr:string -> uri:string -> Async<TextReader>

Returns a TextReader for the uri using the designtime resolution rules

watchForChanges path (owner, onChange)
Signature: path:string -> (owner:string * onChange:(unit -> unit)) -> IDisposable
Fork me on GitHub