C# Class AppHarbor.PhysicalFileSystem

Inheritance: IFileSystem
Afficher le fichier Open project: appharbor/appharbor-cli

Méthodes publiques

Méthode Description
Delete ( string path ) : void
OpenRead ( string path ) : Stream
OpenWrite ( string path ) : Stream

Method Details

Delete() public méthode

public Delete ( string path ) : void
path string
Résultat void

OpenRead() public méthode

public OpenRead ( string path ) : Stream
path string
Résultat System.IO.Stream

OpenWrite() public méthode

public OpenWrite ( string path ) : Stream
path string
Résultat System.IO.Stream