C# Class F2F.Sandbox.EmptyFileLocator

Empty file locator.
Inheritance: IFileLocator
Mostrar archivo Open project: apprenda/F2F.Sandbox

Public Methods

Method Description
CopyTo ( string fileName, string destinationPath ) : void

See F2F.Sandbox.IFileLocator.CopyTo(string, string)

EmptyFileLocator ( ) : System

Default ctor.

EnumeratePath ( string path ) : IEnumerable

See F2F.Sandbox.IFileLocator.EnumeratePath(string)

Exists ( string fileName ) : bool

See F2F.Sandbox.IFileLocator.Exists(string)

Method Details

CopyTo() public method

See F2F.Sandbox.IFileLocator.CopyTo(string, string)
public CopyTo ( string fileName, string destinationPath ) : void
fileName string
destinationPath string
return void

EmptyFileLocator() public method

Default ctor.
public EmptyFileLocator ( ) : System
return System

EnumeratePath() public method

See F2F.Sandbox.IFileLocator.EnumeratePath(string)
public EnumeratePath ( string path ) : IEnumerable
path string
return IEnumerable

Exists() public method

See F2F.Sandbox.IFileLocator.Exists(string)
public Exists ( string fileName ) : bool
fileName string
return bool