View Single Post
OK, either nobody is doing this already or nobody has read my post.

My Applescript skills are non-existent. What I'm looking for is a script that would do something like this:

Code:
PROJECTS = projects folder used in script
for (x in subfolders of PROJECTS)
   if ( x is not an OF project or project folder )
	then print "You may want to delete x"
Can some kind person maybe whip up a quick script that will do this?

Last edited by mpw; 2012-02-20 at 07:26 AM..