Utils_FileCopyDirectoryContent Method |
Name | Description | |
---|---|---|
CopyDirectoryContent(String, String) | Copies the content of a directory to another. This is done recursively but the code is not recurcive. All directories are ensured first, then all files are copied. | |
CopyDirectoryContent(String, String, Boolean) | Copies the content of a directory to another. This is done recursively but the code is not recurcive. All directories are ensured first, then all files are copied. |