메소드 | 설명 | |
---|---|---|
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, Byte &contents ) : bool | ||
TryReadBinaryFile ( string path, bool>.Func |
||
TryReadTextFile ( string path, string &contents ) : bool | ||
WriteFile ( string path, Action |
||
WriteFile ( string path, IEnumerable |
||
WriteFile ( string path, string contents ) : void |
메소드 | 설명 | |
---|---|---|
DeleteFolderNonRecursive ( string folderPath ) : void | ||
DeleteFolderRecursive ( string folderPath ) : void | ||
TryReadFileCommon ( string path, bool>.Func |
||
WriteFileCommon ( string path, Action |
public DeleteFolder ( string folderPath, bool recursive ) : void | ||
folderPath | string | |
recursive | bool | |
리턴 | void |
public EnsureFolderExists ( string folderPath ) : void | ||
folderPath | string | |
리턴 | void |
public GetFilesIn ( string folderPath ) : IEnumerable |
||
folderPath | string | |
리턴 | IEnumerable |
public GetFoldersIn ( string folderPath ) : IEnumerable |
||
folderPath | string | |
리턴 | IEnumerable |
public PathCombine ( string items0, string items1 ) : string | ||
items0 | string | |
items1 | string | |
리턴 | string |
public TryMove ( string from, string to, bool deleteExistingTo ) : bool | ||
from | string | |
to | string | |
deleteExistingTo | bool | |
리턴 | bool |
public TryReadBinaryFile ( string path, Byte &contents ) : bool | ||
path | string | |
contents | Byte | |
리턴 | bool |
public TryReadBinaryFile ( string path, bool>.Func |
||
path | string | |
readMethod | bool>.Func | |
리턴 | bool |
public TryReadTextFile ( string path, string &contents ) : bool | ||
path | string | |
contents | string | |
리턴 | bool |
public WriteFile ( string path, Action |
||
path | string | |
writeMethod | Action |
|
리턴 | void |
public WriteFile ( string path, IEnumerable |
||
path | string | |
contents | IEnumerable |
|
리턴 | void |
public WriteFile ( string path, string contents ) : void | ||
path | string | |
contents | string | |
리턴 | void |