Page 1 of 1

Match existing file extension in a folder -> Move folder

PostPosted: Thu Oct 31, 2019 7:44 am
by sTOOs
Hi there,

is it possible to match a File in a Folder for its Extension and then to move (if there is a file with this specific extension) the whole folder to another location? My Scenario here is to clean up the Downloads folder by searching for .xcodeproj Files and sort the example projects in a specific Folder.

Thanks in advance!

Re: Match existing file extension in a folder -> Move folder

PostPosted: Thu Oct 31, 2019 10:34 am
by Mr_Noodle
Look up "nested conditions" in the help. You can use those to match a file/folder based on conditions of another, including the files within a folder.

Re: Match existing file extension in a folder -> Move folder

PostPosted: Thu Oct 31, 2019 12:51 pm
by sTOOs
Thanks a lot - just have to know where to search :)