C# 클래스 Tp.Core.LocalFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Copy ( string sourcePath, string destinationPath, bool overwrite ) : void
CreateDirectory ( string physicalPath ) : void
DirectoryExists ( string physicalPath ) : bool
FileExists ( string physicalPath ) : bool
GetFullPath ( string relativePath ) : string
IsDirectory ( string physicalPath ) : bool
LocalFileSystem ( ) : System.IO

메소드 상세

Copy() 공개 메소드

public Copy ( string sourcePath, string destinationPath, bool overwrite ) : void
sourcePath string
destinationPath string
overwrite bool
리턴 void

CreateDirectory() 공개 메소드

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

DirectoryExists() 공개 메소드

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

FileExists() 공개 메소드

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

GetFullPath() 공개 메소드

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

IsDirectory() 공개 메소드

public IsDirectory ( string physicalPath ) : bool
physicalPath string
리턴 bool

LocalFileSystem() 공개 메소드

public LocalFileSystem ( ) : System.IO
리턴 System.IO