-
Notifications
You must be signed in to change notification settings - Fork 0
File_delete
hpgDesigns edited this page Aug 8, 2021
·
1 revision
NOTOC {{-}}
Deletes the file fname.
- fname: The name of the file to be deleted.
Returns 1 if successful, 0 if it fails for any reason. Reasons for failure may include the file not existing or the user having insufficient privileges to delete the file.
file_delete("file.txt");This is number 1