Skip to content

File_delete

hugh greene edited this page Jun 20, 2022 · 1 revision

NOTOC {{-}}

Notation

Description

Deletes the file fname.

Parameters

  • fname: The name of the file to be deleted.

Return Values

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.

Example Call

file_delete("file.txt");
Clone this wiki locally