CFileFind::IsHidden
Call this member function to determine if the found file is hidden.
BOOL IsHidden( ) const;
Возвращаемое значение
Nonzero if successful; otherwise 0.
Заметки
Hidden files, which are marked with FILE_ATTRIBUTE_HIDDEN, a file attribute identified in the WIN32_FIND_DATA structure. A hidden file is not included in an ordinary directory listing.
You must call FindNextFile at least once before calling IsHidden.
See the member function MatchesMask for a complete list of file attributes.
Пример
See the example for CFileFind::GetLength.
Требования
Header: afx.h