Click or drag to resize

JumboFileSystemEntryFromFileSystemInfo Method (FileSystemInfo, String, Boolean)

Creates a JumboFileSystemEntry instance for a local file or directory from a FileSystemInfo.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public static JumboFileSystemEntry FromFileSystemInfo(
	FileSystemInfo info,
	string rootPath,
	bool includeChildren
)

Parameters

info
Type: System.IOFileSystemInfo
The FileSystemInfo.
rootPath
Type: SystemString
The root path of the file system.
includeChildren
Type: SystemBoolean
If set to , include the children if this is a directory.

Return Value

Type: JumboFileSystemEntry
A JumboFileSystemEntry instance for the local file or directory.
See Also