Re: Dumb Finder scripting question
Re: Dumb Finder scripting question
- Subject: Re: Dumb Finder scripting question
- From: Ed Stockly <email@hidden>
- Date: Fri, 14 Dec 2007 22:45:04 -0800
The only thing dumb about this thread is trying to solve this problem with appleScript, but not use text item delimiters. What's the point of that?
set fileName to "aFile.With.ext" set AppleScript's text item delimiters to "." try set fileName to text items 1 thru -2 of fileName as string end try
ES =
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden