Click or drag to resize

JumboDirectoryFromDirectoryInfo Method (DirectoryInfo, String)

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: 2.0.0
Syntax
public static JumboDirectory FromDirectoryInfo(
	DirectoryInfo directory,
	string rootPath
)

Parameters

directory
Type: System.IODirectoryInfo
The DirectoryInfo.
rootPath
Type: SystemString
The root path of the file system.

Return Value

Type: JumboDirectory
A JumboDirectory instance for the local directory.
See Also