Deletes the specified file.
a string representing the name of the file to be deleted; this can be specified as a fixed string, field name, or expression.
string filename boolean rc_ok filename="C:\mydata_copy.txt" rc_ok = deletefile(filename)