Can anyone tell me the correct syntax for this piece of code, I want to 'KILL' a file if it exists:

If Command() + "nng_list.DOC" = True Then
Kill Command() + "nng_list.DOC"
End If

At the moment, the compiler reads the first line, then passes straight to the 'End If', even if the file in question exists. [The Command() funtion holds the directory]

Cheers 'n' Beers

Skeen