FileHelpersCopyFilesRecursively Method |
Name | Description | |
---|---|---|
CopyFilesRecursively(String, String) |
Copy all the files found from one root folder to the target folder. This is a recursive function, and it will keep the relative folder structure as it copies.
| |
CopyFilesRecursively(String, String, String) |
Copy all the files found with the wildcard from one root folder to the target folder. This is a recursive function, and it will keep the relative folder structure as it copies.
|