This is the code which is executing it
local fileU = fs.open("UserS","a")
fileU.writeLine("test")
fileU.close()
Also, it won't write to the file when it had already been created. Also, it wont do it in write mode either. And no, no other program is using the file as the program that runs this is the only one on the computer. And no it doesn't give me an error :/












