Copy and Move

User can copy and move individual or multiple elements, including directories, to another location. When performing any of the operations on a directory, all sub-directories will be copied or moved as well. Users have to have writing permissions on the destination of the operation. If files are moved, writing permissions are required in the source location as well.

For the operation to successfully complete, you have to consider the following:

  • Permissions of the source are retained, except:
    • If the destination is inside the current user's User Directory or inside a linked location, then the permissions are removed so the parent directories permissions will be used.
    • If the source was from inside the current user's User Directory then the permissions will be inherited from the destination.

Conflict Resolution

During a copy or move operation, conflicts can be resolved in several ways:

  • Target exists: target can be overwritten or skipped.
  • Target is writing protected: operation can be repeated or canceled.
  • Target is locked: operation can be repeated or canceled.
  • Sub-Element is not available to user: During a move operation, a conflict can also happen, e.g. for sub-elements that only have read permissions to the current user or are invisible. In that case, the operation can only succeed if the current user gains the required permissions to repeat the operation.