Click or drag to resize

JumboFileSystemEntryFromFileSystemInfo Method (FileSystemInfo, String)

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
)

Parameters

info
Type: System.IOFileSystemInfo
The FileSystemInfo.
rootPath
Type: SystemString
The root path of the file system.

Return Value

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