FileCopy Method |
Name | Description | |
---|---|---|
Copy(String, String) | Copies an existing file to a new file. Overwriting a file of the same name is not allowed. | |
Copy(String, String, CopyOptions) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified. | |
Copy(String, String, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed. | |
Copy(String, String, Boolean) | Copies an existing file to a new file. Overwriting a file of the same name is allowed. | |
Copy(KernelTransaction, String, String) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed. | |
Copy(String, String, CopyOptions, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified. | |
Copy(String, String, CopyOptions, Boolean) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified. | |
Copy(String, String, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. | |
Copy(KernelTransaction, String, String, CopyOptions) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified. | |
Copy(KernelTransaction, String, String, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed. | |
Copy(KernelTransaction, String, String, Boolean) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. | |
Copy(String, String, CopyOptions, CopyMoveProgressRoutine, Object) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,
and the possibility of notifying the application of its progress through a callback function. | |
Copy(String, String, CopyOptions, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified. | |
Copy(KernelTransaction, String, String, CopyOptions, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified. | |
Copy(KernelTransaction, String, String, CopyOptions, Boolean) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified. | |
Copy(KernelTransaction, String, String, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. | |
Copy(String, String, CopyOptions, CopyMoveProgressRoutine, Object, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,
and the possibility of notifying the application of its progress through a callback function. | |
Copy(String, String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,
and the possibility of notifying the application of its progress through a callback function. | |
Copy(KernelTransaction, String, String, CopyOptions, CopyMoveProgressRoutine, Object) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,
and the possibility of notifying the application of its progress through a callback function. | |
Copy(KernelTransaction, String, String, CopyOptions, Boolean, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified. | |
Copy(String, String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,
and the possibility of notifying the application of its progress through a callback function. | |
Copy(KernelTransaction, String, String, CopyOptions, CopyMoveProgressRoutine, Object, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,
and the possibility of notifying the application of its progress through a callback function. | |
Copy(KernelTransaction, String, String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,
and the possibility of notifying the application of its progress through a callback function. | |
Copy(KernelTransaction, String, String, CopyOptions, Boolean, CopyMoveProgressRoutine, Object, PathFormat) | [AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed. CopyOptions can be specified,
and the possibility of notifying the application of its progress through a callback function. |