Re: Help with foreign language issue
Re: Help with foreign language issue
- Subject: Re: Help with foreign language issue
- From: Emmanuel <email@hidden>
- Date: Mon, 22 Aug 2005 17:15:37 +0200
At 10:37 AM -0400 8/22/05, Emmett Gray wrote:
Hi,
I have a script with the following:
tell application "Finder"
set theInfo to info for alias foo
set theKind to kind of theInfo
if theKind is "Folder" then ...etc
This is failing on a French language machine because it's not
"Folder", it's "Dossier". What to do?
Use: if folder of theInfo.
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden