• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Merging folders

Hmm yea. I'm not sure about that. I haven't had much of a need for it, but I understand what you mean.
 
use the terminal?

cd [SOURCE_DIR]
cp -R * /[DEST_DIR]/.

That will copy all the source files into the destination directory without copying the actual source directory.
 
Originally posted by: PCTC2
use the terminal?

cd [SOURCE_DIR]
cp -R * /[DEST_DIR]/.

That will copy all the source files into the destination directory without copying the actual source directory.

This. I use the terminal for any major file system changes.
 
Originally posted by: Kaido
Command-A + drag & drop? 😕

If both source and destination has a ton of nested files/folders that go several folders deep, this would be a pain... it always overwrites the destination folders 😕
 
Originally posted by: sourceninja
Originally posted by: PCTC2
use the terminal?

cd [SOURCE_DIR]
cp -R * /[DEST_DIR]/.

That will copy all the source files into the destination directory without copying the actual source directory.

This. I use the terminal for any major file system changes.

Another vote for this.

I have the Terminal app in my dock at all times 😛
 
Back
Top