Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mrgreeneyes

macrumors 6502a
Original poster
Oct 7, 2007
843
53
Gatineau,Canada
Hello,

I would like to know how to create a service that when I right click on a folder I can choose to move all folder contents to the root folder?

is it possible?
 

dsemf

macrumors 6502
Jul 26, 2014
441
114
Hello,

I would like to know how to create a service that when I right click on a folder I can choose to move all folder contents to the root folder?

is it possible?
By root folder do you mean /, as opposed to the user root at /Users/<username>?

If the first, don't bother. / is the read only system volume.

Code:
xxxx:~ yyy$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         500.1 GB   disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +500.1 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Preboot                 85.5 MB    disk1s2
   2:                APFS Volume Recovery                528.5 MB   disk1s3
   3:                APFS Volume VM                      2.1 GB     disk1s4
   4:                APFS Volume Catalina HD - Data      281.0 GB   disk1s5
   5:                APFS Volume Catalina HD             11.2 GB    disk1s6

xxx:~ yyy$ df /
Filesystem   512-blocks     Used Available Capacity iused      ifree %iused  Mounted on
/dev/disk1s6  976695384 21868544 400295760     6%  487665 4882989255    0%   /

Look at /dev/disk1s6

DS
 

mrgreeneyes

macrumors 6502a
Original poster
Oct 7, 2007
843
53
Gatineau,Canada
ok just to clarify, I want create a service.

that Folder A has a subfolder named "new movies for Plex"
when. I right click on the sub folder, and go to services I would like a menu where it is called move subfolder contents to Folder A.

I hope that clarifies things?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.