Re: make command
Re: make command
- Subject: Re: make command
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 31 May 2001 18:32:12 -0700
On 5/31/01 12:18 PM, "Jolly Roger" <email@hidden> wrote:
>
If so, you'll want to use the Standard Additions scripting addition to
>
create/write to the file. I would suggest using the "open for access
>
<alias> with write permission" command, which will automatically create the
>
file if it does not exist.
I think that this is one of those occasions that you really need to specify
'file filePath', not 'alias filePath' to create a file that does not exist,
if you don't have Akua Sweets or Jon's Commands installed (whose
alias-to-file-specification coercions will take care of it for you if
installed).
[
open for access : Open a disk file for the read and write commands
open for access alias -- the file to open for access. If this is a
file specification of a file that does not exist, a new file is created.
]
--
Paul Berkowitz