FILEFIND.IS_HIDDEN Function
Syntax
Flag as L = fileFindObj.Is_Hidden()
Returns
- FlagLogical
Returns .t. if the file is hidden. Otherwise .f..
Description
The .IS_HIDDEN() method returns .T. if the file is hidden.
Example
dirs = FILEFIND.First("C:\aa\example\example.WebProjects\UX Controls.WebProject\*")
? dirs.name()
= "C:\aa\example\example.WebProjects\UX Controls.WebProject\panelnavigator.zip"
? dirs.is_hidden()
= .F.See Also