fdelete
- deletes a file

File Input/Output functions
(AmiBroker 4.70)


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

References:

The fdelete function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.