I'm using
If File.Exists("c: \docs\myfile.tx t")
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.tx t")
msgbox("Found")
End
This work fine on machine with Vb.Net installed but NOT on regular
workstations ie. when deployed!!
Any ideas?
Comment