Méthode | Description | |
---|---|---|
DeleteFile ( string path ) : void | ||
DeleteFolder ( string folderPath, bool recursive ) : void | ||
EnsureFolderExists ( string folderPath ) : void | ||
Exists ( string path ) : bool | ||
FolderExists ( string folderPath ) : bool | ||
GetFilesIn ( string folderPath ) : IEnumerable |
||
GetFoldersIn ( string folderPath ) : IEnumerable |
||
NativePath ( string path ) : string | ||
OpenRead ( string path ) : Stream | ||
OpenWrite ( string path ) : Stream | ||
PathCombine ( string items0, string items1 ) : string | ||
TryMove ( string from, string to, bool deleteExistingTo ) : bool | ||
TryReadBinaryFile ( string path, bool>.Func |
||
TryReadBinaryFile ( string path, byte &contents ) : bool | ||
TryReadTextFile ( string path, string &contents ) : bool | ||
WriteFile ( string path, Action |
||
WriteFile ( string path, IEnumerable |
||
WriteFile ( string path, string contents ) : void |
Méthode | Description | |
---|---|---|
CreateStorageFileFromRelativePath ( string path ) : |
||
SafeDeleteFile ( string path ) : bool | ||
StorageFileFromRelativePath ( string path ) : |
||
ToFullPath ( string path ) : string | ||
TryReadFileCommon ( string path, bool>.Func |
||
WriteFileCommon ( string path, Action |
public DeleteFolder ( string folderPath, bool recursive ) : void | ||
folderPath | string | |
recursive | bool | |
Résultat | void |
public EnsureFolderExists ( string folderPath ) : void | ||
folderPath | string | |
Résultat | void |
public FolderExists ( string folderPath ) : bool | ||
folderPath | string | |
Résultat | bool |
public GetFilesIn ( string folderPath ) : IEnumerable |
||
folderPath | string | |
Résultat | IEnumerable |
public GetFoldersIn ( string folderPath ) : IEnumerable |
||
folderPath | string | |
Résultat | IEnumerable |
public PathCombine ( string items0, string items1 ) : string | ||
items0 | string | |
items1 | string | |
Résultat | string |
public TryMove ( string from, string to, bool deleteExistingTo ) : bool | ||
from | string | |
to | string | |
deleteExistingTo | bool | |
Résultat | bool |
public TryReadBinaryFile ( string path, bool>.Func |
||
path | string | |
readMethod | bool>.Func | |
Résultat | bool |
public TryReadBinaryFile ( string path, byte &contents ) : bool | ||
path | string | |
contents | byte | |
Résultat | bool |
public TryReadTextFile ( string path, string &contents ) : bool | ||
path | string | |
contents | string | |
Résultat | bool |
public WriteFile ( string path, Action |
||
path | string | |
writeMethod | Action |
|
Résultat | void |
public WriteFile ( string path, IEnumerable |
||
path | string | |
contents | IEnumerable |
|
Résultat | void |
public WriteFile ( string path, string contents ) : void | ||
path | string | |
contents | string | |
Résultat | void |