you might also find the unix command 'touch' useful.  read the man page
for specifics.

___________________________________________________
[EMAIL PROTECTED]
http://www.quantifier.org
___________________________________________________
If I had any humility I would be perfect.
                -- Ted Turner

On Fri, 1 Jun 2001, Nichole Bialczyk wrote:

> ok, so i know how to write to an existing file, how do i create the file, 
> if it doesn't exist? i want to do something like, 
> 
> pseudocode -- ewww!
> if the file exists{
>      write to it
> }
> 
> if the file does not exist{
>      create it
>      write to it
> }
> 
> close the file
>  
> 

Reply via email to