Method | Description | |
---|---|---|
CreateDirectoryAsync ( VirtualFilePath Path, |
||
EnumerateDirectoryAsync ( VirtualFilePath Path ) : Task |
||
GetFileInfoAsync ( VirtualFilePath Path ) : Task |
||
LocalFileSystem ( string RootPath ) : System | ||
OpenAsync ( VirtualFilePath Path, FileMode FileMode, FileAccess FileAccess, FileShare FileShare ) : Task |
Method | Description | |
---|---|---|
GetAbsolutePathFromRelative ( string RelativePath ) : string | ||
GetRelativePathFromAbsolute ( string AbsolutePath ) : VirtualFilePath |
Method | Description | |
---|---|---|
ConvertFileSystemInfoToVirtualFileInfo ( |
||
UpdatedOnEvent ( ) : void |
public CreateDirectoryAsync ( VirtualFilePath Path, |
||
Path | VirtualFilePath | |
DirectorySecurity | ||
return | System.Threading.Tasks.Task |
public EnumerateDirectoryAsync ( VirtualFilePath Path ) : Task |
||
Path | VirtualFilePath | |
return | Task |
protected GetAbsolutePathFromRelative ( string RelativePath ) : string | ||
RelativePath | string | |
return | string |
public GetFileInfoAsync ( VirtualFilePath Path ) : Task |
||
Path | VirtualFilePath | |
return | Task |
protected GetRelativePathFromAbsolute ( string AbsolutePath ) : VirtualFilePath | ||
AbsolutePath | string | |
return | VirtualFilePath |
public LocalFileSystem ( string RootPath ) : System | ||
RootPath | string | |
return | System |
public OpenAsync ( VirtualFilePath Path, FileMode FileMode, FileAccess FileAccess, FileShare FileShare ) : Task |
||
Path | VirtualFilePath | |
FileMode | FileMode | |
FileAccess | FileAccess | |
FileShare | FileShare | |
return | Task |