C# Class ExcelDna.AddIn.Tasks.Utils.ExcelDnaPhysicalFileSystem

Inheritance: IExcelDnaFileSystem
Afficher le fichier Open project: Excel-DNA/ExcelDna

Méthodes publiques

Méthode Description
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

Method Details

CopyFile() public méthode

public CopyFile ( string sourceFileName, string destFileName, bool overwrite ) : void
sourceFileName string
destFileName string
overwrite bool
Résultat void

CreateDirectory() public méthode

public CreateDirectory ( string path ) : void
path string
Résultat void

DirectoryExists() public méthode

public DirectoryExists ( string path ) : bool
path string
Résultat bool

FileExists() public méthode

public FileExists ( string path ) : bool
path string
Résultat bool

GetRelativePath() public méthode

public GetRelativePath ( string path, string workingDirectory = null ) : string
path string
workingDirectory string
Résultat string