C# 클래스 ExcelDna.AddIn.Tasks.Utils.ExcelDnaPhysicalFileSystem

상속: IExcelDnaFileSystem
파일 보기 프로젝트 열기: Excel-DNA/ExcelDna

공개 메소드들

메소드 설명
CopyFile ( string sourceFileName, string destFileName, bool overwrite ) : void
CreateDirectory ( string path ) : void
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetRelativePath ( string path, string workingDirectory = null ) : string

메소드 상세

CopyFile() 공개 메소드

public CopyFile ( string sourceFileName, string destFileName, bool overwrite ) : void
sourceFileName string
destFileName string
overwrite bool
리턴 void

CreateDirectory() 공개 메소드

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

DirectoryExists() 공개 메소드

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

FileExists() 공개 메소드

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

GetRelativePath() 공개 메소드

public GetRelativePath ( string path, string workingDirectory = null ) : string
path string
workingDirectory string
리턴 string