DirectoryInfoCopyTo Method |
Name | Description | |
---|---|---|
CopyTo(String) | [AlphaFS] Copies a DirectoryInfo instance and its contents to a new path. | |
CopyTo(String, CopyOptions) | [AlphaFS] Copies an existing directory to a new directory, allowing the overwriting of an existing directory, CopyOptions can be specified. | |
CopyTo(String, PathFormat) | [AlphaFS] Copies a DirectoryInfo instance and its contents to a new path. | |
CopyTo(String, CopyOptions, PathFormat) | [AlphaFS] Copies an existing directory to a new directory, allowing the overwriting of an existing directory, CopyOptions can be specified. | |
CopyTo(String, CopyOptions, CopyMoveProgressRoutine, Object) | [AlphaFS] Copies an existing directory to a new directory, allowing the overwriting of an existing directory, CopyOptions can be specified.
and the possibility of notifying the application of its progress through a callback function. | |
CopyTo(String, CopyOptions, CopyMoveProgressRoutine, Object, PathFormat) | [AlphaFS] Copies an existing directory to a new directory, allowing the overwriting of an existing directory, CopyOptions can be specified.
and the possibility of notifying the application of its progress through a callback function. |