Re: Simple substring help
Re: Simple substring help
- Subject: Re: Simple substring help
- From: Bill White <email@hidden>
- Date: Fri, 05 Dec 2003 12:29:39 -0500
>
set string1 to "MyHD:Folder:SubFolder:File:"
>
>
what's the easiest way to accomplish chopping off the "File:" at the
>
end?
set string1 to "MyHD:Folder:SubFolder:File:"
tell application "Finder"
set parentFolder to container of file string1 as string
end tell
--> "MyHD:Folder:SubFolder:"
HTH,
Bill
_______________________________________________
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.