O
One Handed Man [ OHM# ]
I'm doing something stupid !, I must be because this throws no exception, but does not delete the file which "is" there. Amy ideas ?
Try
System.IO.File.Delete("c:\test.txt")
Catch ex As Exception
MessageBox.Show("An error occured :" & ex.Message)
End Try
Regards - OHM#
OneHandedMan{at}BTInternet{dot}com
Try
System.IO.File.Delete("c:\test.txt")
Catch ex As Exception
MessageBox.Show("An error occured :" & ex.Message)
End Try
Regards - OHM#
OneHandedMan{at}BTInternet{dot}com