메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
PhysicalFileSystemFacts ( ) : System |
메소드 | 설명 | |
---|---|---|
DeleteFileDeletesPhysicalFileIfExists ( ) : void | ||
DeleteFileSilentlyFailsForNonExistantFile ( ) : void | ||
FileExistsReturnsFalseIfFileIsNotPresentOnDisk ( ) : void | ||
FileExistsReturnsTrueIfFileIsPresentOnDisk ( ) : void | ||
GetContent ( Stream strm ) : string | ||
GetFilePathReturnsCombinedPathEvenIfFileDoesNotExist ( ) : void | ||
OpenFileCreatesParentDirectoryTreeIfNecessary ( ) : void | ||
OpenFileLocksFileForAllAccess ( ) : void | ||
OpenFileReturnsStreamContainingAllFileData ( ) : void | ||
OpenFileReturnsWriteableStreamPositionedAtFileStart ( ) : void | ||
ResolveTestFile ( string name ) : string | ||
WriteTestFile ( string name ) : void | ||
WriteTestFile ( string name, string content ) : void |