Method | Description | |
---|---|---|
CopyDirectoryPosix ( string sourcePath, string destinationPath, bool preserveDirectoryTimestamps = true, bool overwrite = false ) : System |
Method | Description | |
---|---|---|
CopyFile ( |
||
CreateSymlink ( string linkPath, string linkTarget ) : void |
public CopyDirectoryPosix ( string sourcePath, string destinationPath, bool preserveDirectoryTimestamps = true, bool overwrite = false ) : System | ||
sourcePath | string | |
destinationPath | string | |
preserveDirectoryTimestamps | bool | |
overwrite | bool | |
return | System |
protected CopyFile ( |
||
sourceFile | ||
destinationFile | ||
return | void |
protected CreateSymlink ( string linkPath, string linkTarget ) : void | ||
linkPath | string | |
linkTarget | string | |
return | void |