Getting path of application and use it it in an property
Getting path of application and use it it in an property
- Subject: Getting path of application and use it it in an property
- From: Bjorn Van Blanckenberg <email@hidden>
- Date: Thu, 06 Jun 2002 16:23:04 +0200
property folderOne : ("volume1:folder1:folder2")
tell application "Finder" to set folderDBase to container of (application
file id "Macf") as string
Return folderDBase -> gives "Macintosh HD:Applications:Tools Database:"
but my handler doesn't recognize the FolderDBase
I don't want to use this line
property folderTwo : ("volume2:folder1:folder2")
-> it's where the application is but it's different on other computer
and I have to input the path on every computer
It would be nice if I don't have to input it on every computer
Something in the form of this
property folderTwo : (folderDbase but whitout the last :)
It's difficult to explain sorry
--
Oooo.
oooO ( )
( ) ) /
\ ( (_/
\_)
Thanks
Bjorn Van Blanckenberg
_______________________________________________
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.