Method | Description | |
---|---|---|
AbsolutePath ( string relativePath ) : string | ||
CombineRelativePaths ( ) : string | ||
CombineRelativePaths ( IEnumerable |
||
DirectoryExists ( string directory ) : bool | ||
FileExists ( string path ) : bool | ||
FileSize ( string path ) : int | ||
FileSystem ( IHttpRuntime httpRuntime ) : System | ||
GetDirectoryFiles ( string path ) : string[] | ||
GetDirectoryFiles ( string path, string searchPattern ) : string[] | ||
GetDirectoryFiles ( string path, string searchPattern, SearchOption searchOption ) : string[] | ||
OpenFile ( string path ) : Stream | ||
OpenFile ( string path, FileMode mode ) : Stream | ||
OpenFile ( string path, FileMode mode, FileAccess access ) : Stream | ||
OpenFile ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream |
public AbsolutePath ( string relativePath ) : string | ||
relativePath | string | |
return | string |
public CombineRelativePaths ( IEnumerable |
||
relativePaths | IEnumerable |
|
return | string |
public DirectoryExists ( string directory ) : bool | ||
directory | string | |
return | bool |
public FileSystem ( IHttpRuntime httpRuntime ) : System | ||
httpRuntime | IHttpRuntime | |
return | System |
public GetDirectoryFiles ( string path ) : string[] | ||
path | string | |
return | string[] |
public GetDirectoryFiles ( string path, string searchPattern ) : string[] | ||
path | string | |
searchPattern | string | |
return | string[] |
public GetDirectoryFiles ( string path, string searchPattern, SearchOption searchOption ) : string[] | ||
path | string | |
searchPattern | string | |
searchOption | SearchOption | |
return | string[] |
public OpenFile ( string path, FileMode mode ) : Stream | ||
path | string | |
mode | FileMode | |
return | Stream |
public OpenFile ( string path, FileMode mode, FileAccess access ) : Stream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
return | Stream |
public OpenFile ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
return | Stream |