WRITEFILE
FILE, CONTENT, APPEND (Optional)
This function will write some content to a file.
NOTE: you will need to set permission to the folder you want to write the file into.
Example
WRITEFILE "_ROOT/robots.txt", "User-agent: *\n Disallow:"
Put down that phone!
Please view me on real computer.
WRITEFILE
FILE, CONTENT, APPEND (Optional)
This function will write some content to a file.
NOTE: you will need to set permission to the folder you want to write the file into.
WRITEFILE "_ROOT/robots.txt", "User-agent: *\n Disallow:"