When I call up in my browser the code with the touch() function in it, I get two error messages. The first informs me "Unable to create ... because Permission denied"; and the second tells me that the file "samplefile.txt" doesn't exist, so I can't possibly open it.
So is there a way to give myself Permission to create, read, and write to files that don't yet exist--sort of like an advance blanket permission?
Steve Tiano