CFileFind::IsSystem

BOOL IsSystem( ) const;

Return Value

Nonzero if successful; otherwise 0.

Remarks

Call this member function to determine if the found file is a system file. 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.

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

CFileFind OverviewClass MembersHierarchy Chart