Originally Posted By: ChristopheM
just delete the file before opening it
 Code:
$filename = "\\SERVER\public\IS\kixtartlogs\"+ @WKSTA+".html"
Del $filename
$rc = Open(1, $filename, 5)


I tried that as well, but the users aren't administrators so it won't let you delete those files even though that have read/write access to the files.