Click or drag to resize

LocalFileSystemClientGetDirectoryInfo 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 override JumboDirectory GetDirectoryInfo(
	string path
)

Parameters

path
Type: SystemString
The full path of the directory.

Return Value

Type: JumboDirectory
A JumboDirectory object representing the directory.
See Also