메소드 |
설명 |
|
CombinePath ( string dir, string file ) : string |
|
|
CreateDirectory ( string path ) : void |
|
|
CreateFileStream ( string outputFileName, FileMode mode, FileAccess access ) : Stream |
|
|
CreateStreamReader ( string path ) : TextReader |
|
|
CreateStreamWriter ( Stream stm, Encoding encoding ) : TextWriter |
|
|
DeleteDirectory ( string path ) : void |
|
|
DeleteFile ( string path ) : void |
|
|
Dir ( string name ) : FakeFileSystem |
|
|
DirectoryExists ( string path ) : bool |
|
|
End ( ) : FakeFileSystem |
|
|
FakeFileSystem ( ) : System |
|
|
File ( string name ) : FakeFileSystem |
|
|
FileExists ( string path ) : bool |
|
|
GetDirectoryName ( string path ) : string |
|
|
GetFileName ( string path ) : string |
|
|
GetFileSystemEntries ( string path ) : string[] |
|
|
GetFullPath ( string file ) : string |
|
|
ReadFile ( string path ) : string |
|
|
ReadFileBytes ( string path ) : byte[] |
|
|
WriteFile ( string path, string contents ) : void |
|
|
getFileHash ( string path ) : string |
|
|
getSystemTempDir ( ) : string |
|
|
makePathString ( ) : string |
|
|
relPath ( string path1, string path2 ) : string |
|
|