| |
deletefile
Format:
deletefile (file) |
Purpose:
Deletes a file.
The parameter file is a filename
and must be of type string.
Return Values:
Returns 0 on success, -1 on failure.
Configuration:
The function is not allowed in secure mode.
Example:
// The example shows how to use the deletefile function and the
// copyfile function to implement a movefile function.
<defenv mymovefile f g;
copyfile(f,g);
deletefile(f);
/defenv> |
See Also:
copyfile(), directory(), mkdir(), movefile(), readFileLines(),
stat(), utime(), writefile.
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
Selected blog articles :
3D Objects on HTML pages,
CSS Transition Visibility, and
CSS Transition Display.
© 1996-2024 H.E.I. All Rights Reserved.
|