nsIFile:isHidden
From MDC
« XPCOM API Reference
[edit] Summary
This method tests whether or not this nsIFile corresponds to a file or directory that is hidden.
boolean isHidden();
[edit] Return Values
This method returns true if the file or directory is hidden. Otherwise it returns false.
[edit] See Also
nsIFile