• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Unicode Character in File Name
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Unicode Character in File Name (From: CYB <email@hidden>)

  • Prev by Date: Re: Unicode Character in File Name
  • Next by Date: Re: Unicode Character in File Name <Luther Fuller>
  • Previous by thread: Re: Unicode Character in File Name
  • Next by thread: Re: Unicode Character in File Name
  • Index(es):
    • Date
    • Thread