WorkingDirectory
Namespace: MBrace.Runtime.Utils
Parent Module: Utils
Static members
Static member | Description |
CreateWorkingDirectory(...)
Signature: (path:string option * retries:int option * cleanup:bool option) -> string
|
Creates a working directory suitable for the current process. |
GetDefaultWorkingDirectoryForProcess(...)
Signature: (prefix:string option) -> string
|
Generates a working directory path that is unique to the current process |
GetRandomWorkingDirectory(prefix)
Signature: (prefix:string option) -> string
|
Generates a working directory path that is unique. |