I try to read out a string from a file which was on another computer in the same wlan network.
The directory and file was shared, so i can have access via the net (this works fine between 2 pcs).
The found relations to this topic mostly handles access via port 80 (http), but this i dont want to use.
Here is my code so far:
The datapath "//pc/testdir/" was read from a map file and works fine (the reading) but not with the app.
An error occurs: ...(no such file or directory)
The directory and file was shared, so i can have access via the net (this works fine between 2 pcs).
The found relations to this topic mostly handles access via port 80 (http), but this i dont want to use.
Here is my code so far:
B4X:
Dim datastring as string
datastring = File.ReadString(datapath, "stringfile.txt")
An error occurs: ...(no such file or directory)