Method | Description | |
---|---|---|
CopyFile ( string sourceFullPath, string destFullPath, bool overwrite ) : void | ||
CreateDirectory ( string fullPath ) : void | ||
DeleteFile ( string fullPath ) : void | ||
DirectoryExists ( string fullPath ) : bool | ||
EnumerateFileSystemInfos ( string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget ) : IEnumerable |
||
EnumeratePaths ( string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget ) : IEnumerable |
||
FileExists ( string fullPath ) : bool | ||
GetAttributes ( string fullPath ) : FileAttributes | ||
GetCreationTime ( string fullPath ) : DateTimeOffset | ||
GetCurrentDirectory ( ) : string | ||
GetFileSystemInfo ( string fullPath, bool asDirectory ) : IFileSystemObject | ||
GetLastAccessTime ( string fullPath ) : DateTimeOffset | ||
GetLastWriteTime ( string fullPath ) : DateTimeOffset | ||
GetLogicalDrives ( ) : string[] | ||
MoveDirectory ( string sourceFullPath, string destFullPath ) : void | ||
MoveFile ( string sourceFullPath, string destFullPath ) : void | ||
Open ( string fullPath, FileMode mode, FileAccess access, FileShare share, int bufferSize, FileOptions options, |
||
RemoveDirectory ( string fullPath, bool recursive ) : void | ||
ReplaceFile ( string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors ) : void | ||
SetAttributes ( string fullPath, FileAttributes attributes ) : void | ||
SetCreationTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void | ||
SetCurrentDirectory ( string fullPath ) : void | ||
SetLastAccessTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void | ||
SetLastWriteTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void |
public abstract CopyFile ( string sourceFullPath, string destFullPath, bool overwrite ) : void | ||
sourceFullPath | string | |
destFullPath | string | |
overwrite | bool | |
return | void |
public abstract CreateDirectory ( string fullPath ) : void | ||
fullPath | string | |
return | void |
public abstract DeleteFile ( string fullPath ) : void | ||
fullPath | string | |
return | void |
public abstract DirectoryExists ( string fullPath ) : bool | ||
fullPath | string | |
return | bool |
public abstract EnumerateFileSystemInfos ( string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget ) : IEnumerable |
||
fullPath | string | |
searchPattern | string | |
searchOption | SearchOption | |
searchTarget | SearchTarget | |
return | IEnumerable |
public abstract EnumeratePaths ( string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget ) : IEnumerable |
||
fullPath | string | |
searchPattern | string | |
searchOption | SearchOption | |
searchTarget | SearchTarget | |
return | IEnumerable |
public abstract FileExists ( string fullPath ) : bool | ||
fullPath | string | |
return | bool |
public abstract GetAttributes ( string fullPath ) : FileAttributes | ||
fullPath | string | |
return | FileAttributes |
public abstract GetCreationTime ( string fullPath ) : DateTimeOffset | ||
fullPath | string | |
return | DateTimeOffset |
public abstract GetCurrentDirectory ( ) : string | ||
return | string |
public abstract GetFileSystemInfo ( string fullPath, bool asDirectory ) : IFileSystemObject | ||
fullPath | string | |
asDirectory | bool | |
return | IFileSystemObject |
public abstract GetLastAccessTime ( string fullPath ) : DateTimeOffset | ||
fullPath | string | |
return | DateTimeOffset |
public abstract GetLastWriteTime ( string fullPath ) : DateTimeOffset | ||
fullPath | string | |
return | DateTimeOffset |
public abstract GetLogicalDrives ( ) : string[] | ||
return | string[] |
public abstract MoveDirectory ( string sourceFullPath, string destFullPath ) : void | ||
sourceFullPath | string | |
destFullPath | string | |
return | void |
public abstract MoveFile ( string sourceFullPath, string destFullPath ) : void | ||
sourceFullPath | string | |
destFullPath | string | |
return | void |
public abstract Open ( string fullPath, FileMode mode, FileAccess access, FileShare share, int bufferSize, FileOptions options, |
||
fullPath | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
bufferSize | int | |
options | FileOptions | |
parent | ||
return |
public abstract RemoveDirectory ( string fullPath, bool recursive ) : void | ||
fullPath | string | |
recursive | bool | |
return | void |
public abstract ReplaceFile ( string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors ) : void | ||
sourceFullPath | string | |
destFullPath | string | |
destBackupFullPath | string | |
ignoreMetadataErrors | bool | |
return | void |
public abstract SetAttributes ( string fullPath, FileAttributes attributes ) : void | ||
fullPath | string | |
attributes | FileAttributes | |
return | void |
public abstract SetCreationTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void | ||
fullPath | string | |
time | DateTimeOffset | |
asDirectory | bool | |
return | void |
public abstract SetCurrentDirectory ( string fullPath ) : void | ||
fullPath | string | |
return | void |
public abstract SetLastAccessTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void | ||
fullPath | string | |
time | DateTimeOffset | |
asDirectory | bool | |
return | void |
public abstract SetLastWriteTime ( string fullPath, DateTimeOffset time, bool asDirectory ) : void | ||
fullPath | string | |
time | DateTimeOffset | |
asDirectory | bool | |
return | void |