C# 클래스 CSharpUtils.VirtualFileSystem.Local.LocalFileSystem

상속: ImplFileSystem
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
RootPath String

Private Properties

프로퍼티 타입 설명
ImplFindFiles IEnumerable
ImplGetFileInfo FileSystemEntry
LocalFileSystem System
RealPath String

보호된 메소드들

메소드 설명
ImplCreateDirectory ( String Path, int Mode = 0777 ) : void
ImplDeleteFile ( string Path ) : void
ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ImplOpenFile ( String FileName, FileMode FileMode ) : FileSystemFileStream

비공개 메소드들

메소드 설명
ImplFindFiles ( String Path ) : IEnumerable
ImplGetFileInfo ( String Path ) : FileSystemEntry
LocalFileSystem ( String RootPath, bool CreatePath = false ) : System
RealPath ( String Path ) : String

메소드 상세

ImplCreateDirectory() 보호된 메소드

protected ImplCreateDirectory ( String Path, int Mode = 0777 ) : void
Path String
Mode int
리턴 void

ImplDeleteFile() 보호된 메소드

protected ImplDeleteFile ( string Path ) : void
Path string
리턴 void

ImplMoveFile() 보호된 메소드

protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ExistingFileName string
NewFileName string
ReplaceExisiting bool
리턴 void

ImplOpenFile() 보호된 메소드

protected ImplOpenFile ( String FileName, FileMode FileMode ) : FileSystemFileStream
FileName String
FileMode FileMode
리턴 FileSystemFileStream

프로퍼티 상세

RootPath 보호되어 있는 프로퍼티

protected String RootPath
리턴 String