Click or drag to resize

INameServerClientProtocolGetDirectoryInfo Method

Gets information about a directory in the file system.

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

Parameters

path
Type: SystemString
The full path of the directory.

Return Value

Type: JumboDirectory
A JumboDirectory object representing the directory, or if the directory doesn't exist.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is .
ArgumentExceptionpath is not an absolute path, contains an empty component, or contains a file name.
See Also