Re: Is it possible to set the harddisk name in a path
Re: Is it possible to set the harddisk name in a path
- Subject: Re: Is it possible to set the harddisk name in a path
- From: Peter Fischer <email@hidden>
- Date: Fri, 17 May 2002 14:14:01 +0200
>
tell application "Finder"
>
set Disk_name to the name of the startup disk
>
end tell
>
>
property folder1 : ("(Disk_name): folder:second folder:another folder:last
>
folder:")
>
>
Then starting with the script
>
>
>
Then I don't have to change the script or the harddisk name when I copy it
>
on other computers
>
>
__
>
thanks
>
Bjorn Van Blanckenberg
>
Hi Bjorn,
you have to concatenate the two strings:
tell application "Finder" to set Disk_Name to (name of startup disk)
& ":folder:second folder:another folder:last
folder:"
--
Peter Fischer
Fischer-Bayern
"The source for german AppleScripters"
http://www.fischer-bayern.de
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.