O
Omega Warrior
I have a problem with this line of code:
Imports System.IO
Public Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Timer2.Tick
kill("C:\test\tsoc.txt")
end sub
when i run it there is an error : No files found matching
"C:\test\tsoc.txt"
and the file exists 100%, some files he can delete but on some files he
gives me this error!
Any thoughts?
Thank You!
Imports System.IO
Public Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Timer2.Tick
kill("C:\test\tsoc.txt")
end sub
when i run it there is an error : No files found matching
"C:\test\tsoc.txt"
and the file exists 100%, some files he can delete but on some files he
gives me this error!
Any thoughts?
Thank You!