↧
Renaming a file using AppleScript
The following AppleScript function renames a file. If you thought this to be a simple thing, try to write it without looking here below. I spend a lot time on this, I might not even use it, but here it...
View ArticleSplitting as string and joining a list using AppleScript
Two small helper AppleScript functions for joining a list and splitting a string given delimiter. Sure, quite an easy task, but it involves setting a global delimiter. Bit like FS in shell. I hope this...
View ArticleAppleScript exporting photos from Aperture
The following AppleScript will: Prompt for a destination folder Ask for an album name, which will be a folder in destination folder Get currently selected photo(s) from Aperture Store the image files...
View Article