Click or drag to resize

FileSystemClientGetDirectoryInfo Method

Gets information about a directory in the file system.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public abstract 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.
See Also