메소드 | 설명 | |
---|---|---|
AppendToFile ( string fileName, string folderName, byte data ) : void | ||
CreateDirAsync ( string strPath ) : Task |
||
DeleteDir ( |
||
DeleteFileAsync ( string fileName ) : Task |
||
DirExistsAsync ( string path ) : Task |
||
EmptyDir ( string strPath ) : bool | ||
EmptyFile ( string strPath ) : bool | ||
FileExistsAsync ( string path ) : Task |
||
GetFileExistTimeAsync ( string path ) : Task |
||
GetFileLengthAsync ( string path ) : Task |
||
ReadFromFileAsync ( string fileName ) : Task |
||
ReadFromFileAsync ( string path, int offset, int count ) : Task |
||
WriteToFileAsync ( string fileName, string folderName, byte data, bool bCreateDir = false ) : Task |
public static AppendToFile ( string fileName, string folderName, byte data ) : void | ||
fileName | string | |
folderName | string | |
data | byte | |
리턴 | void |
public static CreateDirAsync ( string strPath ) : Task |
||
strPath | string | |
리턴 | Task |
public static DeleteDir ( |
||
isf | ||
path | string | |
bDeleteDir | bool | |
리턴 | void |
public static DeleteFileAsync ( string fileName ) : Task |
||
fileName | string | |
리턴 | Task |
public static FileExistsAsync ( string path ) : Task |
||
path | string | |
리턴 | Task |
public static GetFileExistTimeAsync ( string path ) : Task |
||
path | string | |
리턴 | Task |
public static GetFileLengthAsync ( string path ) : Task |
||
path | string | |
리턴 | Task |
public static ReadFromFileAsync ( string fileName ) : Task |
||
fileName | string | |
리턴 | Task |
public static ReadFromFileAsync ( string path, int offset, int count ) : Task |
||
path | string | |
offset | int | |
count | int | |
리턴 | Task |
public static WriteToFileAsync ( string fileName, string folderName, byte data, bool bCreateDir = false ) : Task |
||
fileName | string | |
folderName | string | |
data | byte | |
bCreateDir | bool | |
리턴 | Task |