C# 클래스 Skimur.FileSystem.LocalFileSystem.LocalDirectoryInfo

상속: IDirectoryInfo
파일 보기 프로젝트 열기: skimur/skimur

공개 메소드들

메소드 설명
Create ( ) : void
Delete ( ) : void
Delete ( bool recursive ) : void
DeleteFile ( string file ) : void
FileExists ( string file ) : bool
GetFile ( string file ) : IFileInfo
LocalDirectoryInfo ( string localPath, string relativePath ) : System

메소드 상세

Create() 공개 메소드

public Create ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( bool recursive ) : void
recursive bool
리턴 void

DeleteFile() 공개 메소드

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

FileExists() 공개 메소드

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

GetFile() 공개 메소드

public GetFile ( string file ) : IFileInfo
file string
리턴 IFileInfo

LocalDirectoryInfo() 공개 메소드

public LocalDirectoryInfo ( string localPath, string relativePath ) : System
localPath string
relativePath string
리턴 System