Directory Module
Functions and values
| Function or value |
Description
|
Full Usage:
create path
Parameters:
string
|
Creates a directory (and parents) at the given path. The directory path to create.
|
Full Usage:
notExists path
Parameters:
string
Returns: bool
|
Returns true if the directory does not exist at the given path. The directory path to check.
|
TDesu.FSharp