Copies a tree structure from the src to dst, allowing to modify the content via onCopyText callback, and determine if copying a certain file or folder is allowed via allowCopy.
src
dst
onCopyText
allowCopy
Optional
Copies a tree structure from the
src
todst
, allowing to modify the content viaonCopyText
callback, and determine if copying a certain file or folder is allowed viaallowCopy
.