메소드 | 설명 | |
---|---|---|
CreateDirectory ( string directory ) : void | ||
CreateFileWithBytes ( string path, byte info, int length ) : void | ||
CreateFileWithString ( string path, string info ) : void | ||
DeleteDirectory ( string directoryPath ) : void | ||
DeleteFile ( string path ) : void | ||
GetFileSize ( FileSizeUnitType sizeType, long size ) : float | ||
IsDirectoryExist ( string fullPath ) : bool | ||
IsFileExist ( string fullPath ) : bool | ||
LoadFileWithBytes ( string path, byte &content ) : void | ||
LoadFileWithString ( string path ) : string |
public static CreateDirectory ( string directory ) : void | ||
directory | string | |
리턴 | void |
public static CreateFileWithBytes ( string path, byte info, int length ) : void | ||
path | string | |
info | byte | |
length | int | |
리턴 | void |
public static CreateFileWithString ( string path, string info ) : void | ||
path | string | |
info | string | |
리턴 | void |
public static DeleteDirectory ( string directoryPath ) : void | ||
directoryPath | string | |
리턴 | void |
public static GetFileSize ( FileSizeUnitType sizeType, long size ) : float | ||
sizeType | FileSizeUnitType | |
size | long | |
리턴 | float |
public static IsDirectoryExist ( string fullPath ) : bool | ||
fullPath | string | |
리턴 | bool |
public static IsFileExist ( string fullPath ) : bool | ||
fullPath | string | |
리턴 | bool |
public static LoadFileWithBytes ( string path, byte &content ) : void | ||
path | string | |
content | byte | |
리턴 | void |
public static LoadFileWithString ( string path ) : string | ||
path | string | |
리턴 | string |