Method | Description | |
---|---|---|
AddFile ( string path, Stream stream ) : void | ||
DeleteDirectory ( string path ) : void | ||
DeleteDirectory ( string path, bool recursive ) : void | ||
DeleteFile ( string path ) : void | ||
DirectoryExists ( string path ) : bool | ||
FileExists ( string path ) : bool | ||
GetCreated ( string path ) : DateTimeOffset | ||
GetDirectories ( string path ) : IEnumerable |
||
GetFiles ( string path, bool recursive ) : IEnumerable |
||
GetFiles ( string path, string filter, bool recursive ) : IEnumerable |
||
GetFullPath ( string path ) : string | ||
GetLastAccessed ( string path ) : DateTimeOffset | ||
GetLastModified ( string path ) : DateTimeOffset | ||
OpenFile ( string path ) : Stream | ||
PhysicalFileSystem ( string root ) : System |
Method | Description | |
---|---|---|
EnsureDirectory ( string path ) : void | ||
MakeRelativePath ( string fullPath ) : string |
Method | Description | |
---|---|---|
EnsureTrailingSlash ( string path ) : string | ||
WriteAddedFileAndDirectory ( string path ) : void |
public AddFile ( string path, Stream stream ) : void | ||
path | string | |
stream | Stream | |
return | void |
public DeleteDirectory ( string path ) : void | ||
path | string | |
return | void |
public DeleteDirectory ( string path, bool recursive ) : void | ||
path | string | |
recursive | bool | |
return | void |
public DirectoryExists ( string path ) : bool | ||
path | string | |
return | bool |
protected EnsureDirectory ( string path ) : void | ||
path | string | |
return | void |
public GetCreated ( string path ) : DateTimeOffset | ||
path | string | |
return | DateTimeOffset |
public GetDirectories ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |
public GetFiles ( string path, bool recursive ) : IEnumerable |
||
path | string | |
recursive | bool | |
return | IEnumerable |
public GetFiles ( string path, string filter, bool recursive ) : IEnumerable |
||
path | string | |
filter | string | |
recursive | bool | |
return | IEnumerable |
public GetLastAccessed ( string path ) : DateTimeOffset | ||
path | string | |
return | DateTimeOffset |
public GetLastModified ( string path ) : DateTimeOffset | ||
path | string | |
return | DateTimeOffset |
protected MakeRelativePath ( string fullPath ) : string | ||
fullPath | string | |
return | string |
public PhysicalFileSystem ( string root ) : System | ||
root | string | |
return | System |