Copy the contents of one folder to another.
Syntax
ISFileUtilities.CopyFiles(sourceFolder, destinationFolder, includeSubFolders, [copyExclusive])
Parameters
| Name | Type | Optional | ByRef | Description |
| sourceFolder |
String |
|
|
The name of the Source Folder. |
| destinationFolder |
String |
|
|
The name of the Destination File. |
| includeSubFolders |
Boolean |
|
|
Indicates whether to copy Sub Folders. |
| copyExclusive |
Boolean |
Optional |
|
If omitted, a value of True is assumed. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- ISFileUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0