Re: Aliases in paths not resolved....????
Re: Aliases in paths not resolved....????
- Subject: Re: Aliases in paths not resolved....????
- From: John Delacour <email@hidden>
- Date: Tue, 19 Nov 2002 17:46:29 +0000
- Mac-eudora-version: 5.3a9
At 4:22 am -0600 19/11/02, Sam Griffith wrote:
I have a script that creates a path to a folder.
set theAlias to (((path to "cusr") as string) & "MyDevelopment:My
Scripts:AppleScripts:scriptsCallingScripts:callme") as alias
The issue is that the "MyDevelopment" folder is actually a alias to the
folder on another disk.
How do I get this to resolve correctly, so that AppleScript sees my file?
set aliasFile_ to "" & (path to "cusr") & "0_scripts"
tell app "Finder" to set f to "" & original item of item aliasFile_
JD
_______________________________________________
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.