Click or drag to resize

DirectoryCopyTransacted Method

Overload List
  NameDescription
Public methodStatic memberCopyTransacted(KernelTransaction, String, String)
[AlphaFS] Copies an existing directory to a new directory. Overwriting a directory of the same name is not allowed.
Public methodStatic memberCopyTransacted(KernelTransaction, String, String, CopyOptions)
[AlphaFS] Copies a directory and its contents to a new location, CopyOptions can be specified.
Public methodStatic memberCopyTransacted(KernelTransaction, String, String, PathFormat)
[AlphaFS] Copies an existing directory to a new directory. Overwriting a directory of the same name is not allowed.
Public methodStatic memberCopyTransacted(KernelTransaction, String, String, Boolean)
[AlphaFS] Copies an existing directory to a new directory. Overwriting a directory of the same name is allowed.
Public methodStatic memberCopyTransacted(KernelTransaction, String, String, CopyOptions, PathFormat)
[AlphaFS] Copies a directory and its contents to a new location, CopyOptions can be specified.
Public methodStatic memberCopyTransacted(KernelTransaction, String, String, Boolean, PathFormat)
[AlphaFS] Copies an existing directory to a new directory. Overwriting a directory of the same name is allowed.
Public methodStatic memberCopyTransacted(KernelTransaction, String, String, CopyOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Copies a directory and its contents to a new location, CopyOptions can be specified, and the possibility of notifying the application of its progress through a callback function.
Public methodStatic memberCopyTransacted(KernelTransaction, String, String, CopyOptions, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Copies a directory and its contents to a new location, CopyOptions can be specified, and the possibility of notifying the application of its progress through a callback function.
Top
See Also