Method | Description | |
---|---|---|
DeleteDirectory ( string path ) : void | ||
DeleteFile ( string filename ) : void | ||
EnsureRootExist ( ) : bool |
|
|
GetAbsolutePath ( string relativePath ) : string | ||
GetFileNames ( string directory ) : IEnumerable |
||
GetFileStream ( string path, FileMode mode ) : |
||
Save ( System stream, string path ) : void | ||
WebFileStorage ( ) : System | ||
WebFileStorage ( string rootPath ) : System |
Method | Description | |
---|---|---|
LoadConfiguration ( ) : void |
public DeleteDirectory ( string path ) : void | ||
path | string | |
return | void |
public GetAbsolutePath ( string relativePath ) : string | ||
relativePath | string | |
return | string |
public GetFileNames ( string directory ) : IEnumerable |
||
directory | string | |
return | IEnumerable |
public GetFileStream ( string path, FileMode mode ) : |
||
path | string | |
mode | FileMode | |
return |
public Save ( System stream, string path ) : void | ||
stream | System | |
path | string | |
return | void |
public WebFileStorage ( string rootPath ) : System | ||
rootPath | string | |
return | System |