fdelete
|
File Input/Output functions |
SYNTAX | fdelete( ''filename'' ) |
RETURNS | NUMBER |
FUNCTION | This function deletes a file. "filename" is path to the file name (relative or full path). If just file name without path is specified then AmiBroker directory is used, returns TRUE if file successfully deleted, FALSE otherwise |
EXAMPLE | |
SEE ALSO | fopen() function , fclose() function |
The fdelete function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.