Re: Down grading from 10.3.9 to 10.2.8
Re: Down grading from 10.3.9 to 10.2.8
- Subject: Re: Down grading from 10.3.9 to 10.2.8
- From: kai <email@hidden>
- Date: Thu, 22 Jun 2006 03:33:39 +0100
On 21 Jun 2006, at 14:18, Tod Hallberg wrote:
Path to Documents shows raw events also, but that command still
works, so I
just use: <sudo code>
Set foo to characters 1 thru -10 of (path to documents folder)
Todd, should the previous suggestions get you no further, then a
working version of the above approach would be:
----------
set foo to text 1 thru -11 of (path to documents folder as Unicode text)
----------
This assumes, of course, that the user's documents folder hasn't been
renamed. An even safer alternative would be something like:
----------
tell application "Finder" to set foo to container of (path to
documents folder) as Unicode text
----------
---
kai
_______________________________________________
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