MBrace.Core


CloudPathClient

Namespace: MBrace.Core.Internals

Collection of path-related file store methods.

Instance members

Instance memberDescription
Combine(paths)
Signature: (paths:string []) -> string

Combines an array of paths into a path.

DefaultDirectory
Signature: string

Default store directory used by store configuration.

CompiledName: get_DefaultDirectory

GetDirectoryName(path)
Signature: path:string -> string

Returns the directory name for given path.

GetFileName(path)
Signature: path:string -> string

Returns the file name for given path.

GetFullPath(path)
Signature: path:string -> string

Gets the full path of supplied input.

GetRandomDirectoryName()
Signature: unit -> string

Generates a random, uniquely specified path to directory

GetRandomFilePath(container)
Signature: (container:string option) -> string

Creates a uniquely defined file path for given container.

IsCaseSensitive
Signature: bool

Gets whether the store instance uses case sensitive paths.

CompiledName: get_IsCaseSensitive

RootDirectory
Signature: string

Gets the root directory used by the store instance.

CompiledName: get_RootDirectory

Fork me on GitHub