Hello

Im using the following code to kill a file

fn = APP_SourcePath + "log\h2o_use_" & admin(1) & ".txt"

If FILE_EXISTS(fn) = TRUE Then
MsgBox(0, fn & "file exists")

...