FileInfoCopyTo Method |
Name | Description | |
---|---|---|
CopyTo(String) | Copies an existing file to a new file, disallowing the overwriting of an existing file. | |
CopyTo(String, CopyOptions) | [AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified. | |
CopyTo(String, PathFormat) | [AlphaFS] Copies an existing file to a new file, disallowing the overwriting of an existing file. | |
CopyTo(String, Boolean) | Copies an existing file to a new file, allowing the overwriting of an existing file. | |
CopyTo(String, CopyOptions, PathFormat) | [AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified. | |
CopyTo(String, CopyOptions, Boolean) | [AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified. | |
CopyTo(String, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file. | |
CopyTo(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. | |
CopyTo(String, CopyOptions, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file, allowing the overwriting of an existing file, CopyOptions can be specified. | |
CopyTo(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. | |
CopyTo(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. | |
CopyTo(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. |