Method | Description | |
---|---|---|
Copy ( string sourceDirName, string destDirName, bool copySubDirs = true, bool overwriteFiles = false ) : void |
Copies the contents of one folder, to another.
|
|
Delete ( |
||
Delete ( string path ) : void |
public static Copy ( string sourceDirName, string destDirName, bool copySubDirs = true, bool overwriteFiles = false ) : void | ||
sourceDirName | string | The source folder, being copied |
destDirName | string | The destination dicrectoy, where all the copies will be stored. /// The directory does NOT have to exist. |
copySubDirs | bool | Recursively copy sub folders? |
overwriteFiles | bool | |
return | void |
public static Delete ( |
||
fileSystemInfo | ||
return | void |