C# Class AppHarbor.PhysicalFileSystem

Inheritance: IFileSystem
Show file Open project: appharbor/appharbor-cli

Public Methods

Method Description
Delete ( string path ) : void
OpenRead ( string path ) : Stream
OpenWrite ( string path ) : Stream

Method Details

Delete() public method

public Delete ( string path ) : void
path string
return void

OpenRead() public method

public OpenRead ( string path ) : Stream
path string
return System.IO.Stream

OpenWrite() public method

public OpenWrite ( string path ) : Stream
path string
return System.IO.Stream