| JumboFileSystemEntryFromFileSystemInfo Method (FileSystemInfo, String, Boolean) |
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public static JumboFileSystemEntry FromFileSystemInfo(
FileSystemInfo info,
string rootPath,
bool includeChildren
)
Public Shared Function FromFileSystemInfo (
info As FileSystemInfo,
rootPath As String,
includeChildren As Boolean
) As JumboFileSystemEntry
public:
static JumboFileSystemEntry^ FromFileSystemInfo(
FileSystemInfo^ info,
String^ rootPath,
bool includeChildren
)
static member FromFileSystemInfo :
info : FileSystemInfo *
rootPath : string *
includeChildren : bool -> JumboFileSystemEntry
Parameters
- info
- Type: System.IOFileSystemInfo
The FileSystemInfo. - rootPath
- Type: SystemString
The root path of the file system. - includeChildren
- Type: SystemBoolean
If set to , include the children if this is a directory.
Return Value
Type:
JumboFileSystemEntry
A
JumboFileSystemEntry instance for the local file or directory.
See Also