V
vovan
My VB 2008 application uses System.IO.File.Exists method. On XP there is no
problem with accessing file located on the server. On Windows 7 the file is
not found.
The same problem with
file_reader = New System.IO.StreamReader(strSourse & "\InitialData.txt")
where strSource is the string containing the path to the file on the server.
Any advice please.
Thank you
vovan
problem with accessing file located on the server. On Windows 7 the file is
not found.
The same problem with
file_reader = New System.IO.StreamReader(strSourse & "\InitialData.txt")
where strSource is the string containing the path to the file on the server.
Any advice please.
Thank you
vovan