First page Back Continue Last page Overview

 

Moving and Renaming Files and Directories: The Destination

 
  • If the destination exists and is a directory, the source file or directory is moved there with the same name

  • If the destination exists and is a file, the source file is moved to that filename, overwriting the file

  • If the destination does not exist, the source file or directory is renamed with that name