Click or drag to resize

FileSystemClientGetFileInfo 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 abstract 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, or if the file doesn't exist.
See Also