C# Class Phantom.Core.WrappedFileSystemInfo

Inheritance: System.IO.FileSystemInfo
Exibir arquivo Open project: emilcardell/Phantom

Public Methods

Method Description
CopyToDirectory ( string path ) : void
Delete ( ) : void
ToString ( ) : string

Protected Methods

Method Description
WrappedFileSystemInfo ( string baseDir, string originalPath, FileSystemInfo inner, bool flatten ) : System.IO

Method Details

CopyToDirectory() public abstract method

public abstract CopyToDirectory ( string path ) : void
path string
return void

Delete() public method

public Delete ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

WrappedFileSystemInfo() protected method

protected WrappedFileSystemInfo ( string baseDir, string originalPath, FileSystemInfo inner, bool flatten ) : System.IO
baseDir string
originalPath string
inner System.IO.FileSystemInfo
flatten bool
return System.IO