C# 클래스 NuGet.PhysicalFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: xero-github/Nuget 1 사용 예제들

공개 메소드들

메소드 설명
AddFile ( string path, Stream stream ) : void
DeleteDirectory ( string path ) : void
DeleteDirectory ( string path, bool recursive ) : void
DeleteFile ( string path ) : void
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetCreated ( string path ) : DateTimeOffset
GetDirectories ( string path ) : IEnumerable
GetFiles ( string path, bool recursive ) : IEnumerable
GetFiles ( string path, string filter, bool recursive ) : IEnumerable
GetFullPath ( string path ) : string
GetLastAccessed ( string path ) : DateTimeOffset
GetLastModified ( string path ) : DateTimeOffset
OpenFile ( string path ) : Stream
PhysicalFileSystem ( string root ) : System

보호된 메소드들

메소드 설명
EnsureDirectory ( string path ) : void
MakeRelativePath ( string fullPath ) : string

비공개 메소드들

메소드 설명
EnsureTrailingSlash ( string path ) : string
WriteAddedFileAndDirectory ( string path ) : void

메소드 상세

AddFile() 공개 메소드

public AddFile ( string path, Stream stream ) : void
path string
stream Stream
리턴 void

DeleteDirectory() 공개 메소드

public DeleteDirectory ( string path ) : void
path string
리턴 void

DeleteDirectory() 공개 메소드

public DeleteDirectory ( string path, bool recursive ) : void
path string
recursive bool
리턴 void

DeleteFile() 공개 메소드

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

DirectoryExists() 공개 메소드

public DirectoryExists ( string path ) : bool
path string
리턴 bool

EnsureDirectory() 보호된 메소드

protected EnsureDirectory ( string path ) : void
path string
리턴 void

FileExists() 공개 메소드

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

GetCreated() 공개 메소드

public GetCreated ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

GetDirectories() 공개 메소드

public GetDirectories ( string path ) : IEnumerable
path string
리턴 IEnumerable

GetFiles() 공개 메소드

public GetFiles ( string path, bool recursive ) : IEnumerable
path string
recursive bool
리턴 IEnumerable

GetFiles() 공개 메소드

public GetFiles ( string path, string filter, bool recursive ) : IEnumerable
path string
filter string
recursive bool
리턴 IEnumerable

GetFullPath() 공개 메소드

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

GetLastAccessed() 공개 메소드

public GetLastAccessed ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

GetLastModified() 공개 메소드

public GetLastModified ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

MakeRelativePath() 보호된 메소드

protected MakeRelativePath ( string fullPath ) : string
fullPath string
리턴 string

OpenFile() 공개 메소드

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

PhysicalFileSystem() 공개 메소드

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