Currently, as of the latest build, there is no other way to delete a file unless you use a system command "del" to delete the files. I do not think this would be a major hindrance as it would be a single line command. I myself use a OS switch to perform unlink() if OS in Unix-based or del if OS is Windoze.