C# 클래스 PsGet.Abstractions.PhysicalFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: anurse/PS-Get 1 사용 예제들

공개 메소드들

메소드 설명
DeleteFile ( string fileName ) : void
FileExists ( string fileName ) : bool
GetAllFiles ( ) : IEnumerable
GetFullPath ( string fileName ) : string
OpenFile ( string fileName ) : Stream
PhysicalFileSystem ( string root ) : System

비공개 메소드들

메소드 설명
GetAllFiles ( string dir ) : IEnumerable>

메소드 상세

DeleteFile() 공개 메소드

public DeleteFile ( string fileName ) : void
fileName string
리턴 void

FileExists() 공개 메소드

public FileExists ( string fileName ) : bool
fileName string
리턴 bool

GetAllFiles() 공개 메소드

public GetAllFiles ( ) : IEnumerable
리턴 IEnumerable

GetFullPath() 공개 메소드

public GetFullPath ( string fileName ) : string
fileName string
리턴 string

OpenFile() 공개 메소드

public OpenFile ( string fileName ) : Stream
fileName string
리턴 Stream

PhysicalFileSystem() 공개 메소드

public PhysicalFileSystem ( string root ) : System
root string
리턴 System