Click or drag to resize
FileInfoCopyTo Method
Overload List
  NameDescription
Public methodCopyTo(String)
Copies an existing file to a new file, disallowing the overwriting of an existing file.
Public methodCopyTo(String, CopyOptions)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified.
Public methodCopyTo(String, PathFormat)
[AlphaFS] Copies an existing file to a new file, disallowing the overwriting of an existing file.
Public methodCopyTo(String, Boolean)
Copies an existing file to a new file, allowing the overwriting of an existing file.
Public methodCopyTo(String, CopyOptions, PathFormat)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified.
Public methodCopyTo(String, CopyOptions, Boolean)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified.
Public methodCopyTo(String, Boolean, PathFormat)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file.
Public methodCopyTo(String, CopyOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified.

and the possibility of notifying the application of its progress through a callback function.

Public methodCopyTo(String, CopyOptions, Boolean, PathFormat)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified.
Public methodCopyTo(String, CopyOptions, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified.
Public methodCopyTo(String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified.

and the possibility of notifying the application of its progress through a callback function.

Public methodCopyTo(String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified.

and the possibility of notifying the application of its progress through a callback function.

Top
See Also