Re: Unicode text and paths
Re: Unicode text and paths
- Subject: Re: Unicode text and paths
- From: Emmanuel <email@hidden>
- Date: Thu, 2 Jun 2005 22:24:00 +0200
At 9:49 PM +0200 6/2/05, jj wrote:
Check it here, please:
http://homepage.mac.com/julifos/archivos/unicodethings.dmg
(this dmg contains a folder whose name breaks the code, 32 Kb)
This works in Smile under Panther with your folder:
set someDir to (choose folder)
set f to (POSIX path of someDir) & "file"
set r to open for access (POSIX file f) with write permission
close access r
open (POSIX file f)
Emmanuel
(not saying it's some kind of best solution or whatever)
_______________________________________________
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