Hi everyone,
I am diving into the world for B4J so please bear with me.
I would like to check if the file exists on server using UNC path.
\\someServer\someFolder\someFile.txt
How can I check if the file exists on a server from any platform and if it exists then read the content line by line.
Thanks for your help!
I am diving into the world for B4J so please bear with me.
I would like to check if the file exists on server using UNC path.
\\someServer\someFolder\someFile.txt
B4X:
If File.Exists(File.?, "someFile.txt") Then ...
How can I check if the file exists on a server from any platform and if it exists then read the content line by line.
Thanks for your help!