Re: MacOS X simple script error
Re: MacOS X simple script error
- Subject: Re: MacOS X simple script error
- From: email@hidden
- Date: Thu, 13 Feb 2003 12:06:59 -0800
Thanks for the quick responses! - OK what about subfolders? I can't seem
to figure out how define a path (POSIX path?) to the subfolder I want.
-Dave
"Andrew Oliver"
<email@hidden To: email@hidden
> cc: AppleScript <email@hidden>
Subject: Re: MacOS X simple script error
02/13/2003 11:55
AM
Then, of course, you don't even need to select the folder at all, when a
simple "open folder..." will suffice.
Andrew
:)
On 2/13/03 11:14 AM, "Thomas" <email@hidden> wrote:
>
Hi,
>
when you do 'select folder "Folder"', the Finder is looking for this
>
folder on the desktop, it's like 'select folder "Folder" of desktop'.
>
Just write the good path for your folder, for example : 'select folder
>
"Folder" of folder "Container" of disk "Disk"'.
>
>
Thomas
>
>
email@hidden wrote :
>
>
> Hi,
>
> When I do this:
>
> tell application finder
>
> activate
>
> select disk "DISK"
>
> open selection
>
> select folder "FOLDER"
>
> open selection
>
>
>
> I get this error:
>
> Finder Error "Can't get folder "Folder"
>
>
>
> What am I doing wrong?
>
_______________________________________________
>
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.
_______________________________________________
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.