Click or drag to resize
FileCopy Method
Overload List
  NameDescription
Public methodStatic memberCopy(String, String)
Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Public methodStatic memberCopy(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.
Public methodStatic memberCopy(String, String, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Public methodStatic memberCopy(String, String, Boolean)
Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Public methodStatic memberCopy(KernelTransaction, String, String)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Public methodStatic memberCopy(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.
Public methodStatic memberCopy(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.
Public methodStatic memberCopy(String, String, Boolean, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Public methodStatic memberCopy(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.
Public methodStatic memberCopy(KernelTransaction, String, String, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Public methodStatic memberCopy(KernelTransaction, String, String, Boolean)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Public methodStatic memberCopy(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.

Public methodStatic memberCopy(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.
Public methodStatic memberCopy(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.
Public methodStatic memberCopy(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.
Public methodStatic memberCopy(KernelTransaction, String, String, Boolean, PathFormat)
[AlphaFS] Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Public methodStatic memberCopy(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.

Public methodStatic memberCopy(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.

Public methodStatic memberCopy(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.

Public methodStatic memberCopy(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.
Public methodStatic memberCopy(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.

Public methodStatic memberCopy(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.

Public methodStatic memberCopy(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.

Public methodStatic memberCopy(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.

Top
See Also