Поделиться через


CFileFind::IsSystem

Call this member function to determine if the found file is a system file.

BOOL IsSystem( ) const;

Возвращаемое значение

Nonzero if successful; otherwise 0.

Заметки

A system file is marked with FILE_ATTRIBUTE_SYSTEM, , a file attribute identified in the WIN32_FIND_DATA structure. A system file is part of, or is used exclusively by, the operating system.

You must call FindNextFile at least once before calling IsSystem.

See the member function MatchesMask for a complete list of file attributes.

Пример

See the example for CFileFind::GetLength.

Требования

Header: afx.h

См. также

Основные понятия

CFileFind Class

CFileFind Members

Hierarchy Chart