File Module
Functions and values
| Function or value |
Description
|
Full Usage:
File.delete filePath
Parameters:
string
-
The path of the file to delete.
Returns: Result<unit, exn>
|
Deletes a file, returning
|
Full Usage:
File.deleteIgnore
Returns: string -> unit
|
Deletes a file, ignoring the result.
|
Full Usage:
File.notExists path
Parameters:
string
Returns: bool
Modifiers: inline |
Returns true if the file does not exist at the given path. The file path to check.
|
TDesu.FSharp