2011-05-26 ::
Russ Leseberg //
automation + gaps + Technology
Applescript – Converting Uppercase & Lowercase (AppleScrunix Style)
Applescript – Converting Uppercase & Lowercase (AppleScrunix Style)
As there are no built-in routines for changing the case of characters in AppleScript, the coder is required to add their own handlers. The following script (See credits below) shows one way to use AppleScript to change the names of files in a folder from lowercase to uppercase & vise-versa. Begin Script… tell application “Finder” [...]