C# Class PsGet.Facts.Integration.Abstractions.PhysicalFileSystemFacts

Inheritance: IDisposable
Exibir arquivo Open project: anurse/PS-Get

Public Methods

Method Description
Dispose ( ) : void
PhysicalFileSystemFacts ( ) : System

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PhysicalFileSystemFacts() public method

public PhysicalFileSystemFacts ( ) : System
return System