Re: Unicode Character in File Name
Re: Unicode Character in File Name
- Subject: Re: Unicode Character in File Name
- From: Luther Fuller <email@hidden>
- Date: Mon, 06 Apr 2009 15:11:58 -0500
On Apr 6, 2009, at 3:53 PM, CYB wrote: But why using Finder? Don’t need it if you write set x to 65 character id x -->> "A" Anyway using Finder is buggy
Because it's one line of code inside code that does Finder stuff. Hence the work around.
tell application "Finder" ... if exists alias file "xxxxxx" of someFolder then set fileAlias to (alias file "xxxxxx" of someFolder) as alias tell me to "xxxxxx " & (character id 9664) set name of fileAlias to the result end if set locked of someFolder to true ... end tell
|
_______________________________________________
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