Enum: CopyOption
Represents options that can be used when copying files/directories
Members
REPLACE_EXISTING | Replace the target path if it already exists |
COPY_ATTRIBUTES | Copy the file attributes as well to the target |
NO_FOLLOW_LINKS | If source is a symlink, only the link is copied, not the target of the link |