B
Bas
I'm using
If File.Exists("c:\docs\myfile.txt")
msgbox("Found")
End
This work fine on machine with Vb.Net installed but NOT on regular
workstations ie. when deployed!!
Any ideas?
If File.Exists("c:\docs\myfile.txt")
msgbox("Found")
End
This work fine on machine with Vb.Net installed but NOT on regular
workstations ie. when deployed!!
Any ideas?