I’m trying to write to file without success and I’m sure it’s a syntax problem. The file is on an SMB network drive.
I’m using
File = io.open("//192.168.1.1/Home_Drive/Folder/testout.txt")
File:write(“testing”)
File:close()
It’s not writing. Any thoughts?