Ciao a tutti,
perchè il codice sottostante mi restituisce l'errore "file not found"?

Naturalmente sul response.write nome_file il file viene scritto correttamente.

Grazie in anticipo.

codice:
response.write nome_file

Dim objFSO 
Set objFSO = Server.CreateObject("Scripting.FileSystemObject") 

objFSO.DeleteFile (nome_file)

Set objFSO = Nothing 

Response.Write("ok... cancellato!")