IO
Helper functions called from the generated code for working with files
Functions and values
Function or value | Description |
asyncReadTextAtRuntime (...)
Signature: forFSI:bool -> defaultResolutionFolder:string -> resolutionFolder:string -> formatName:string -> uri:string -> Async<TextReader>
|
Returns a TextReader for the uri using the runtime resolution rules
|
asyncReadTextAtRuntimeWithDesignTimeRules (...)
Signature: defaultResolutionFolder:string -> resolutionFolder:string -> formatName:string -> uri:string -> Async<TextReader>
|
Returns a TextReader for the uri using the designtime resolution rules
|