getfileinfo
Get information about a file or directory.
func uint getfileinfo (
str name,
finfo fi
)
str name,
finfo fi
)
Parameters
name | The name of a file or directory. |
fi | The structure finfo all the information will be written to. |
Return value
It returns 1 if the file is found, it returns 0 otherwise.
Related links | Source |