Click or drag to resize

INameServerClientProtocolCreateDirectory Method

Creates the specified directory in the distributed file system.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
void CreateDirectory(
	string path
)

Parameters

path
Type: SystemString
The path of the directory to create.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is .
ArgumentExceptionpath is not an absolute path, contains an empty component, or contains a file name.
See Also