Click or drag to resize

JumboDirectoryFromDirectoryInfo(DirectoryInfo, String, Boolean) Method

Creates a JumboDirectory instance for a local directory from a DirectoryInfo.

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static JumboDirectory FromDirectoryInfo(
	DirectoryInfo directory,
	string? rootPath,
	bool includeChildren
)

Parameters

directory  DirectoryInfo
The DirectoryInfo.
rootPath  String
The root path of the file system.
includeChildren  Boolean
If set to , the children of the directory are included.

Return Value

JumboDirectory
A JumboDirectory instance for the local directory.
See Also