Méthode | Description | |
---|---|---|
AppendAllText ( string filePath, string textToAppend ) : void | ||
CreateDirectory ( string directoryPath ) : |
||
CreateFile ( string filePath ) : |
||
CreateTextFile ( string filePath ) : |
||
DeleteDirectoryContents ( string dirPath ) : void | ||
DeleteDirectoryRecursive ( string dirPath ) : void | ||
DeleteFile ( string filePath ) : bool | ||
DirectoryExists ( string directoryPath ) : bool | ||
FileExists ( string filePath ) : bool | ||
GetCurrentWebApplicationPath ( ) : string | ||
GetDirectoryInfo ( string directoryPath ) : |
||
GetFiles ( string filePath, string searchPattern ) : string[] | ||
GetNamesOfFilesInDirectory ( string directoryPath ) : IEnumerable |
||
MoveFile ( string oldFilePath, string newFilePath ) : void | ||
OpenRead ( String filePath ) : Stream | ||
ReadAllLines ( string filePath ) : string[] | ||
ReadAllText ( string filePath ) : string | ||
Writefile ( string filePath, Stream data ) : void | ||
Writefile ( string filePath, string data ) : void |
public AppendAllText ( string filePath, string textToAppend ) : void | ||
filePath | string | |
textToAppend | string | |
Résultat | void |
public CreateDirectory ( string directoryPath ) : |
||
directoryPath | string | |
Résultat |
public CreateFile ( string filePath ) : |
||
filePath | string | |
Résultat |
public CreateTextFile ( string filePath ) : |
||
filePath | string | |
Résultat |
public DeleteDirectoryContents ( string dirPath ) : void | ||
dirPath | string | |
Résultat | void |
public DeleteDirectoryRecursive ( string dirPath ) : void | ||
dirPath | string | |
Résultat | void |
public DeleteFile ( string filePath ) : bool | ||
filePath | string | |
Résultat | bool |
public DirectoryExists ( string directoryPath ) : bool | ||
directoryPath | string | |
Résultat | bool |
public FileExists ( string filePath ) : bool | ||
filePath | string | |
Résultat | bool |
public GetCurrentWebApplicationPath ( ) : string | ||
Résultat | string |
public GetDirectoryInfo ( string directoryPath ) : |
||
directoryPath | string | |
Résultat |
public GetFiles ( string filePath, string searchPattern ) : string[] | ||
filePath | string | |
searchPattern | string | |
Résultat | string[] |
public GetNamesOfFilesInDirectory ( string directoryPath ) : IEnumerable |
||
directoryPath | string | |
Résultat | IEnumerable |
public MoveFile ( string oldFilePath, string newFilePath ) : void | ||
oldFilePath | string | |
newFilePath | string | |
Résultat | void |
public OpenRead ( String filePath ) : Stream | ||
filePath | String | |
Résultat | Stream |
public ReadAllLines ( string filePath ) : string[] | ||
filePath | string | |
Résultat | string[] |
public ReadAllText ( string filePath ) : string | ||
filePath | string | |
Résultat | string |
public Writefile ( string filePath, Stream data ) : void | ||
filePath | string | |
data | Stream | |
Résultat | void |
public Writefile ( string filePath, string data ) : void | ||
filePath | string | |
data | string | |
Résultat | void |