Function used to delete a file.
Deletes a file.
filename
String that specifies the path and file name of the file to be deleted.
DeleteFile(data.filename);
DeleteFile("c:\Content\test.txt");