Re: reversing file names
Re: reversing file names
- Subject: Re: reversing file names
- From: Chris Page <email@hidden>
- Date: Sat, 28 Dec 2002 05:24:23 -0800
On Friday, Dec 27, 2002, at 11:26 US/Pacific, Keith wrote:
Is there an easy way to take a filename, i.e. foo, and reverse it to
oof with AppleScript.
I'm assuming you already know how to get the filename. Once you have
it, use the "reverse" property to reverse it, e.g.:
reverse of characters of "foo" as string
--> "oof"
--
Chris Page - Happy Fun Engineer - Palm, Inc.
Do not taunt happy fun engineer.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.