CloudPath
Namespace: MBrace.Core
Contains static methods used for performing path operations in the cloud store.
Static members
Static member | Description |
Combine(paths)
Signature: (paths:string []) -> LocalCloud<string>
|
Combines path fragments into a single path. |
DefaultDirectory
Signature: LocalCloud<string>
|
Gets the default directory in use by the runtime. CompiledName: |
GetDirectoryName(path)
Signature: path:string -> LocalCloud<string>
|
Returns the directory name for given path. |
GetFileName(path)
Signature: path:string -> LocalCloud<string>
|
Returns the file name for given path. |
GetFullPath(path)
Signature: path:string -> LocalCloud<string>
|
Gets the absolute path for supplied path string. |
GetRandomDirectoryName()
Signature: unit -> LocalCloud<string>
|
Generates a random, uniquely specified path to directory |
GetRandomFileName(container)
Signature: (container:string option) -> LocalCloud<string>
|
Creates a uniquely defined file path for given container. |
IsCaseSensitive
Signature: LocalCloud<bool>
|
Gets whether the current cloud file store is case sensitive. CompiledName: |