I tried deleteing the file in strUser but it wont delete it, (the file is correctly formatted) - am I doing it all wrong or is at all possible?Code:Dim fso, fDelete Set fso = CreateObject("Scripting.FileSystemObject") Set fDelete = fso.DeleteFile(strUser)
/Patrick


Reply With Quote
