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


Click here to return to the 'Create Windows-safe filenames via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create Windows-safe filenames via AppleScript
Authored by: aphasiac on Jan 31, '07 09:59:25AM
There is a mistake in the script. the line:

if theName ? newname2 then -- if the name has been changed

must be changed to:

if theName is not newname2 then -- if the name has been changed

After that works great - very very useful script!

[ Reply to This | # ]