Méthode | 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 | |
Résultat | string |
public CombineRelativePaths ( IEnumerable |
||
relativePaths | IEnumerable |
|
Résultat | string |
public DirectoryExists ( string directory ) : bool | ||
directory | string | |
Résultat | bool |
public FileSystem ( IHttpRuntime httpRuntime ) : System | ||
httpRuntime | IHttpRuntime | |
Résultat | System |
public GetDirectoryFiles ( string path ) : string[] | ||
path | string | |
Résultat | string[] |
public GetDirectoryFiles ( string path, string searchPattern ) : string[] | ||
path | string | |
searchPattern | string | |
Résultat | string[] |
public GetDirectoryFiles ( string path, string searchPattern, SearchOption searchOption ) : string[] | ||
path | string | |
searchPattern | string | |
searchOption | SearchOption | |
Résultat | string[] |
public OpenFile ( string path, FileMode mode ) : Stream | ||
path | string | |
mode | FileMode | |
Résultat | Stream |
public OpenFile ( string path, FileMode mode, FileAccess access ) : Stream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
Résultat | Stream |
public OpenFile ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
Résultat | Stream |