CopyDirectoryAction
01 Syntax
Microsoft.VisualBasic.FileIO.CopyDirectoryAction
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Copy | 1 | 这个函数会在这个模块内被递归调用 |
03 Members
Copy(
String, String, Boolean)这个函数会在这个模块内被递归调用
Parameters
| Name | Type | Description |
|---|---|---|
src | String | the file path of source directory. |
destination | String | the file path of the target data directory. |