Yeah.

Using open with 5 as the parameter opens the file for writing and creates it if it does not exist. Then closing it will get you an empty (0KB) file.

 Code:
Break on

$rc = Open(1, "c:\somefile.txt",5)
$rc = Close(1)
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.