CopyActionResult
The result of the copyAction
function passed to Path.copyToRecursively that specifies further actions when copying an entry.
Enum Values
CONTINUE
Continue with the next entry in the traversal order.
SKIP_SUBTREE
Skip the directory content, continue with the next entry outside the directory in the traversal order. For files this option is equivalent to CONTINUE.
TERMINATE
Stop the recursive copy function. The function will return without throwing exception.