I have a file in a shared folder on a laptop on the network.
I am doing the following:
I've set up the user on the laptop and given access to the shared folder.
I can't see any examples where I can writeline to the txt file within the folder..
Anyone able to help?
In the Java App I'm doing this:
I am doing the following:
B4X:
Dim SMB1 As SMB
SMB1.SetCredentials("User","123456789","")
SMB1.Initialize("SMB1")
I've set up the user on the laptop and given access to the shared folder.
I can't see any examples where I can writeline to the txt file within the folder..
Anyone able to help?
In the Java App I'm doing this:
B4X:
Writer.Initialize(File.OpenOutput("C:\Shared\"Filename.txt", True))
Writer.Write("TEXT")' or writeline for CR