메소드 | 설명 | |
---|---|---|
CombinePath ( string dir, string file ) : string | ||
CreateDirectory ( string directory ) : void | ||
CreateFileStream ( string filename, FileMode mode, FileAccess access ) : Stream | ||
CreateStreamReader ( string filename ) : TextReader | ||
CreateStreamWriter ( Stream stm, |
||
DeleteDirectory ( string directory ) : void | ||
DeleteFile ( string path ) : void | ||
DirectoryExists ( string dirPath ) : bool | ||
FileExists ( string filePath ) : bool | ||
GetDirectoryName ( string filePath ) : string | ||
GetFileName ( string filePath ) : string | ||
GetFileSystemEntries ( string dirPath ) : string[] | ||
GetFullPath ( string file ) : string | ||
ReadFile ( string path ) : string | ||
ReadFileBytes ( string path ) : byte[] | ||
WriteFile ( string path, string contents ) : void | ||
getContentHash ( byte fileContents ) : string | ||
getFileHash ( string path ) : string | ||
getSystemTempDir ( ) : string | ||
makePathString ( ) : string | ||
relPath ( string path1, string path2 ) : string |
public CombinePath ( string dir, string file ) : string | ||
dir | string | |
file | string | |
리턴 | string |
public CreateDirectory ( string directory ) : void | ||
directory | string | |
리턴 | void |
public CreateFileStream ( string filename, FileMode mode, FileAccess access ) : Stream | ||
filename | string | |
mode | FileMode | |
access | FileAccess | |
리턴 | Stream |
public CreateStreamReader ( string filename ) : TextReader | ||
filename | string | |
리턴 | TextReader |
public CreateStreamWriter ( Stream stm, |
||
stm | Stream | |
encoding | ||
리턴 |
public DeleteDirectory ( string directory ) : void | ||
directory | string | |
리턴 | void |
public GetDirectoryName ( string filePath ) : string | ||
filePath | string | |
리턴 | string |
public GetFileSystemEntries ( string dirPath ) : string[] | ||
dirPath | string | |
리턴 | string[] |
public WriteFile ( string path, string contents ) : void | ||
path | string | |
contents | string | |
리턴 | void |
public static getContentHash ( byte fileContents ) : string | ||
fileContents | byte | |
리턴 | string |
public relPath ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
리턴 | string |