Метод | Описание | |
---|---|---|
AddFile ( string path, Stream stream ) : void | ||
DeleteDirectory ( string path, bool recursive ) : void | ||
DeleteFile ( string path ) : void | ||
DirectoryExists ( string path ) : bool | ||
FakeFileSystem ( string root ) : System | ||
FileExists ( string path ) : bool | ||
GetCreated ( string path ) : DateTimeOffset | ||
GetDirectories ( string path ) : IEnumerable |
||
GetFiles ( string path ) : IEnumerable |
||
GetFiles ( string path, string filter ) : IEnumerable |
||
GetFullPath ( string path ) : string | ||
GetLastModified ( string path ) : DateTimeOffset | ||
OpenFile ( string path ) : Stream |
public AddFile ( string path, Stream stream ) : void | ||
path | string | |
stream | Stream | |
Результат | void |
public DeleteDirectory ( string path, bool recursive ) : void | ||
path | string | |
recursive | bool | |
Результат | void |
public DirectoryExists ( string path ) : bool | ||
path | string | |
Результат | bool |
public FakeFileSystem ( string root ) : System | ||
root | string | |
Результат | System |
public GetCreated ( string path ) : DateTimeOffset | ||
path | string | |
Результат | DateTimeOffset |
public GetDirectories ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |
public GetFiles ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |
public GetFiles ( string path, string filter ) : IEnumerable |
||
path | string | |
filter | string | |
Результат | IEnumerable |
public GetFullPath ( string path ) : string | ||
path | string | |
Результат | string |
public GetLastModified ( string path ) : DateTimeOffset | ||
path | string | |
Результат | DateTimeOffset |