N
Nina
In project I added folder “Data†with “Config.dat†file. I changed property
of Config.dat file to Content and property of “Copy to Output†to “Copy
alwaysâ€.
Now from the code I try to access that file:
If File.Exists("C:\Project\Data\Config.dat") = True Then
MessageBox.Show("File Found")
Else
MessageBox.Show("File Not Found")
End If
I got "File Not Found".
of Config.dat file to Content and property of “Copy to Output†to “Copy
alwaysâ€.
Now from the code I try to access that file:
If File.Exists("C:\Project\Data\Config.dat") = True Then
MessageBox.Show("File Found")
Else
MessageBox.Show("File Not Found")
End If
I got "File Not Found".