Click or drag to resize

LocalFileSystemClientGetFileInfo Method

Gets information about a file.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public override JumboFile GetFileInfo(
	string path
)

Parameters

path
Type: SystemString
The full path of the file.

Return Value

Type: JumboFile
A JumboFile object referring to the file.
See Also