Void writeFile(String fname, String content)
Arguments
fname: A file namecontent: The content to write
Usage
Writes content into fname, replacing the file if it exists, and creating it otherwise.
fname: A file namecontent: The content to writeWrites content into fname, replacing the file if it exists, and creating it otherwise.