C# 클래스 F2F.Sandbox.FolderBasedFileLocator

File locator that locates files in a given directory.
상속: IFileLocator
파일 보기 프로젝트 열기: apprenda/F2F.Sandbox

공개 메소드들

메소드 설명
CopyTo ( string srcFile, string dstFile ) : void

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

EnumeratePath ( string path ) : IEnumerable

See F2F.Sandbox.IFileLocator.EnumeratePath(string)

Exists ( string fileName ) : bool

Query if 'fileName' exists.

FolderBasedFileLocator ( string baseDirectory ) : System

Creates a new instance

비공개 메소드들

메소드 설명
MakeAbsolutePath ( string fileName ) : string

메소드 상세

CopyTo() 공개 메소드

See F2F.Sandbox.IFileLocator.CopyTo(string, string)
public CopyTo ( string srcFile, string dstFile ) : void
srcFile string
dstFile string
리턴 void

EnumeratePath() 공개 메소드

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

Exists() 공개 메소드

Query if 'fileName' exists.
public Exists ( string fileName ) : bool
fileName string The file to locate.
리턴 bool

FolderBasedFileLocator() 공개 메소드

Creates a new instance
public FolderBasedFileLocator ( string baseDirectory ) : System
baseDirectory string
리턴 System