ph_deletefile PowerHome formula function
Description
Deletes the specified file.
Syntax
ph_deletefile ( targetfilespec )
Argument |
Description |
targetfilespec |
String representing the full path and filename of the file to delete. |
Return value
Integer. Returns a 0 if the file was successfully deleted. Returns 1 if an error occurred.
Examples
The following examples demonstrate typical syntax/usage for this function.
• ph_deletefile("C:/powerhome/Bak/powerhome.db")