File_Delete()

Examples


The File_Delete() function deletes a file from the operating system.

Syntax

File_Delete(file_name)

Parameters

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.

Return value

The boolean value true.

Comments

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.


Documentation Feedback