The FSEntry_Query()
function gets information about file system entry, including its attributes, which indicate whether it is a file or directory, writable or read-only, and visible or hidden :(see ).
The return value is a logical OR of attribute flags:
...