C# 클래스 Deveel.Data.Store.LocalFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
CombinePath ( string path1, string path2 ) : string
CreateDirectory ( string path ) : void
CreateFile ( string fileName ) : LocalFile
DeleteFile ( string path ) : bool
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetFileSize ( string path ) : long
OpenFile ( string fileName, bool readOnly ) : LocalFile
RenameFile ( string sourcePath, string destPath ) : bool

비공개 메소드들

메소드 설명
IFileSystem ( string path ) : IFile
IFileSystem ( string path, bool readOnly ) : IFile

메소드 상세

CombinePath() 공개 메소드

public CombinePath ( string path1, string path2 ) : string
path1 string
path2 string
리턴 string

CreateDirectory() 공개 메소드

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

CreateFile() 공개 메소드

public CreateFile ( string fileName ) : LocalFile
fileName string
리턴 LocalFile

DeleteFile() 공개 메소드

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

DirectoryExists() 공개 메소드

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

FileExists() 공개 메소드

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

GetFileSize() 공개 메소드

public GetFileSize ( string path ) : long
path string
리턴 long

OpenFile() 공개 메소드

public OpenFile ( string fileName, bool readOnly ) : LocalFile
fileName string
readOnly bool
리턴 LocalFile

RenameFile() 공개 메소드

public RenameFile ( string sourcePath, string destPath ) : bool
sourcePath string
destPath string
리턴 bool