: : : : Private Sub Command2_Click()
: : : : On Error GoTo EndOfSub
: : : : Kill "C:/WINDOWS/Temp/"
: : : : EndOfSub:
: : : : End Sub
: : : :
: : : : It's not so elegant, but better than nothing...
: : : :
: : :
: : : Tnx. this solved the problem. Ur the best!!
: :
: : Technically it just ignores the "problem".
: :
: :
: :
infidel
: :
: :
: : $ select * from users where clue > 0
: : no rows returned
: :
: :
: :
:
: Ya ur right but as long as it doesnt mess with my program is ok with me. =)
:
:
Then why not just check if directory exist before killing it?
Like with "Dir" maybe?
//MicroDot