Hey All,
Any insight on this would be greatly appreciated.
Objective
- Specify a path
- Find all Empty Folders
- Delete Folder if Empty
thanks in advance
Hey All,
Any insight on this would be greatly appreciated.
Objective
thanks in advance
do shell script "/usr/bin/find /Users/username/dir1/dir2 -depth -empty -type d " & "-exec rmdir '{}' \\;"