Click or drag to resize

JumboFileFromFileInfo Method

Creates a JumboFile instance for a local file from the specified FileInfo.

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static JumboFile FromFileInfo(
	FileInfo file,
	string? rootPath
)

Parameters

file  FileInfo
The FileInfo.
rootPath  String
The root path of the file system.

Return Value

JumboFile
A JumboFile instance for the local file.
See Also