Méthode | Description | |
---|---|---|
AllDrives ( ) : IEnumerable |
||
CopyAndOverwriteFile ( |
||
CopyFile ( |
||
CreateAppendStream ( |
||
CreateDirectory ( |
||
CreateModifyStream ( |
||
CreateReadStream ( |
||
CreateWriteStream ( |
||
DeleteDirectory ( |
||
DeleteFile ( |
||
Dispose ( ) : void | ||
GetCurrentDirectory ( ) : string | ||
GetDirectoriesInDirectory ( |
||
GetDirectoryCreationTime ( |
||
GetDirectoryLastAccessTime ( |
||
GetDirectoryLastWriteTime ( |
||
GetFileCreationTime ( |
||
GetFileLastAccessTime ( |
||
GetFileLastWriteTime ( |
||
GetFileSize ( |
||
GetFilesInDirectory ( |
||
GetTemporaryDirectory ( ) : string | ||
IsDirectory ( |
||
IsFile ( |
||
MemoryFileSystemImpl ( ) : System | ||
MoveDirectory ( |
||
MoveFile ( |
||
SetCurrentDirectory ( |
||
SetDirectoryCreationTime ( |
||
SetDirectoryLastAccessTime ( |
||
SetDirectoryLastWriteTime ( |
||
SetFileCreationTime ( |
||
SetFileLastAccessTime ( |
||
SetFileLastWriteTime ( |
||
ToString ( ) : string | ||
WithDrives ( string driveNames ) : void |
Méthode | Description | |
---|---|---|
CreateDirectory ( string path ) : void | ||
CreateFile ( string path ) : FileNode | ||
CreateFile ( string path, Func |
||
CreateOrReuseFile ( string path ) : FileNode | ||
FindFileNodeByPath ( string path ) : FileNode | ||
FindFolderNodeByPath ( string path ) : |
||
FindNodeByPath ( string path ) : |
||
MoveFileSystemItem ( |
public CopyAndOverwriteFile ( |
||
source | ||
destination | ||
Résultat | void |
public CopyFile ( |
||
source | ||
destination | ||
Résultat | void |
public CreateAppendStream ( |
||
path | ||
Résultat | Stream |
public CreateDirectory ( |
||
path | ||
Résultat | void |
public CreateModifyStream ( |
||
path | ||
Résultat | Stream |
public CreateReadStream ( |
||
path | ||
Résultat | Stream |
public CreateWriteStream ( |
||
path | ||
Résultat | Stream |
public DeleteDirectory ( |
||
path | ||
recursive | bool | |
Résultat | void |
public DeleteFile ( |
||
path | ||
Résultat | void |
public GetDirectoriesInDirectory ( |
||
path | ||
Résultat | IEnumerable |
public GetDirectoryCreationTime ( |
||
path | ||
Résultat | System.DateTime |
public GetDirectoryLastAccessTime ( |
||
path | ||
Résultat | System.DateTime |
public GetDirectoryLastWriteTime ( |
||
path | ||
Résultat | System.DateTime |
public GetFileCreationTime ( |
||
path | ||
Résultat | System.DateTime |
public GetFileLastAccessTime ( |
||
path | ||
Résultat | System.DateTime |
public GetFileLastWriteTime ( |
||
path | ||
Résultat | System.DateTime |
public GetFileSize ( |
||
path | ||
Résultat | long |
public GetFilesInDirectory ( |
||
path | ||
Résultat | IEnumerable |
public IsDirectory ( |
||
path | ||
Résultat | bool |
public IsFile ( |
||
path | ||
Résultat | bool |
public MoveDirectory ( |
||
source | ||
destination | ||
Résultat | void |
public MoveFile ( |
||
source | ||
destination | ||
Résultat | void |
public SetCurrentDirectory ( |
||
path | ||
Résultat | void |
public SetDirectoryCreationTime ( |
||
path | ||
at | System.DateTime | |
Résultat | void |
public SetDirectoryLastAccessTime ( |
||
path | ||
at | System.DateTime | |
Résultat | void |
public SetDirectoryLastWriteTime ( |
||
path | ||
at | System.DateTime | |
Résultat | void |
public SetFileCreationTime ( |
||
path | ||
at | System.DateTime | |
Résultat | void |
public SetFileLastAccessTime ( |
||
path | ||
at | System.DateTime | |
Résultat | void |
public SetFileLastWriteTime ( |
||
path | ||
at | System.DateTime | |
Résultat | void |
public WithDrives ( string driveNames ) : void | ||
driveNames | string | |
Résultat | void |