| 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
)
Public Overrides Function GetFileInfo (
path As String
) As JumboFile
public:
virtual JumboFile^ GetFileInfo(
String^ path
) override
abstract GetFileInfo :
path : string -> JumboFile
override GetFileInfo :
path : string -> JumboFile
Parameters
- path
- Type: SystemString
The full path of the file.
Return Value
Type:
JumboFile
A
JumboFile object referring to the file.
See Also