fgetstatus
|
File Input/Output functions |
SYNTAX | fgetstatus( filename, what, format = 0 ) |
RETURNS | NUMBER or STRING |
FUNCTION | The function that retrieves file properties/status. Returns NUMBER or STRING depending on format parameter. If file does not exist it returns Null. Parameters:
|
EXAMPLE | // get modification date
string of portfolio.afl file |
SEE ALSO | fclose() function , fdelete() function , feof() function , fgets() function , fmkdir() function , fopen() function , fputs() function , frmdir() function |
The fgetstatus function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.