Re: Referring to the local hard drive
Re: Referring to the local hard drive
- Subject: Re: Referring to the local hard drive
- From: Shane Stanley <email@hidden>
- Date: Thu, 04 Jan 2001 18:26:13 +1100
On 4/1/01 4:25 PM +1000, JollyRoger, email@hidden, wrote:
>
on 1/3/2001 10:35 PM, Joseph Briggs at email@hidden wrote:
>
>
> set yourVariable to characters 1 thru -2 of (path to startup disk as text)
>
> as text
>
>
That works very well, and requires less time and steps. Good thinking! :)
It would require even fewer as:
set yourVariable to text from character 1 to character -2 of (path to
startup disk as text)
or:
set yourVariable to text 1 thru -2 of (path to startup disk as text)
--
Shane Stanley, email@hidden