Method | 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 |
public CopyFile ( string sourceFileName, string destFileName, bool overwrite ) : void | ||
sourceFileName | string | |
destFileName | string | |
overwrite | bool | |
return | void |
public CreateDirectory ( string path ) : void | ||
path | string | |
return | void |
public DirectoryExists ( string path ) : bool | ||
path | string | |
return | bool |
public GetRelativePath ( string path, string workingDirectory = null ) : string | ||
path | string | |
workingDirectory | string | |
return | string |