Click or drag to resize

DirectoryInfoCopyTo Method

Overload List
  NameDescription
Public methodCopyTo(String)
[AlphaFS] Copies a DirectoryInfo instance and its contents to a new path.
Public methodCopyTo(String, CopyOptions)
[AlphaFS] Copies an existing directory to a new directory, allowing the overwriting of an existing directory, CopyOptions can be specified.
Public methodCopyTo(String, PathFormat)
[AlphaFS] Copies a DirectoryInfo instance and its contents to a new path.
Public methodCopyTo(String, CopyOptions, PathFormat)
[AlphaFS] Copies an existing directory to a new directory, allowing the overwriting of an existing directory, CopyOptions can be specified.
Public methodCopyTo(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.

Public methodCopyTo(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.

Top
See Also