MACSCRPT Archives

June 2007

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
John Delacour <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Tue, 26 Jun 2007 00:27:45 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
At 12:06 pm -0500 25/6/07, john darnell wrote:

>     set TheFolder to POSIX path of "Macintosh HD:ABC Folder:"
>     --set TheFolder to POSIX path of "/Volumes/Macintosh HD/ABC Folder/"
>     --set TheFolder to "/Volumes/Macintosh HD/ABC Folder"
>     --set TheFolder to "Volumes/Macintosh HD/ABC Folder/"
>     --set TheFolder to "Volumes/Macintosh HD/ABC Folder"
>     --set TheFolder to "//ABC Folder/"
>     --set TheFolder to "//ABC Folder"
>     --set TheFolder to "/ABC Folder/"
>     --set TheFolder to "/ABC Folder"
>     --set TheFolder to "Macintosh HD/ABC Folder/"
>     --set TheFolder to "Macintosh HD/ABC Folder"
>     --set TheFolder to "Macintosh HD:ABC Folder:"
>     --set TheFolder to "Macintosh HD:ABC Folder"
>
>The message I am getting from Stuffit is as follows:
>
>Stuffit Deluxe got an error: Can't get {path}
>
>where path is the appropriate variation commented out above.
>
>What am I doing wrong?

try

set _folder to "/ABC Folder" as POSIX file

JD

ATOM RSS1 RSS2