Is there anyway to delete a file with EFS? I'm creating a file perfectly using filename.open(), filename.writeln(), etc ... but now I want to delete the file.
If there's not a way to delete the file, is there at least a way to delete all the contents of the file?
I just can't append to the file forever ... and I don't want to make a new file with a different name each time I want to 'reset' my file contents.
Thanks,
beaker
If there's not a way to delete the file, is there at least a way to delete all the contents of the file?
I just can't append to the file forever ... and I don't want to make a new file with a different name each time I want to 'reset' my file contents.
Thanks,
beaker
Comment