The File_Delete() function deletes a file from the operating system.
File_Delete(file_name)
• file_name – A string indicating the generic pathname of the file you want to delete. A generic pathname can be set using either the getfile() function or the Path_SelectPathname() function.
The boolean value true.
This function deletes any file from the operating system. You also can use the delete table statement to delete a table from the operating system, but this statement works for Dexterity data tables only.