Hi to all,
sure a simple question- but i haven´t found an answer so far.
I´m trying to copy a textfile from a local sql-server and i´m checking if the file exits first like that:
That does not work. What am i doing wrong?
Thx in advance for hints and suggestions
Fatman
sure a simple question- but i haven´t found an answer so far.
I´m trying to copy a textfile from a local sql-server and i´m checking if the file exits first like that:
B4X:
If File.exists("\\srv-sql01\documents\mydocuments\","data.csv") = True Then
Msgbox("File exists","Message")
End If
Thx in advance for hints and suggestions
Fatman