R
Roger Odermatt
Hello
I have the follow code in my app.
---------------
If System.IO.Directory.Exists(App.Path & "\settings.xml") = True then
....
else
....
End if
---------------
The file exists, but i have always FALSE, why that?
Thank you very much
regrads
Roger
I have the follow code in my app.
---------------
If System.IO.Directory.Exists(App.Path & "\settings.xml") = True then
....
else
....
End if
---------------
The file exists, but i have always FALSE, why that?
Thank you very much
regrads
Roger