How to move all files within a folder, but not the parent folder itself?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jlnewnam
    New User
    • Oct 2020
    • 2

    How to move all files within a folder, but not the parent folder itself?

    I'm trying to move all folders from my development environment (in a /dist folder) to the root of my production environment. Currently, when I select all the files and "copy to right", it moves the files and includes the parent folder (dist). Then I have to go through the process of pulling them out of that parent folder and place on the root.

    How do I set this up to avoid that? I only want to move the files.
  • Chris
    Team Scooter
    • Oct 2007
    • 5538

    #2
    Right click on the dist folder and select Set as Base Folder. The Copy command copies relative to the base folder (loaded in the path edit above the directory listing).
    Chris K Scooter Software

    Comment

    • jlnewnam
      New User
      • Oct 2020
      • 2

      #3
      Awesome! Thank you!

      Comment

      Working...