Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A file-gathering AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A file-gathering AppleScript
Authored by: brandonium on Oct 15, '04 04:39:53PM
To change where the folder gets created, change line 34 of the script from:
set theLocation to the target of Finder window 1
to:
set theLocation to choose folder with prompt "Please select a destination for your new folder:"
or you could hard-code a path for theLocation variable.

[ Reply to This | # ]