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


CFileFind::IsDots

Call this member function to test for the current directory and parent directory markers while iterating through files.

virtual BOOL IsDots( ) const;

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

Nonzero if the found file has the name "." or "..", which indicates that the found file is actually a directory. Otherwise 0.

Заметки

You must call FindNextFile at least once before calling IsDots.

Пример

See the example for CFileFind::IsDirectory.

Требования

Header: afx.h

См. также

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

CFileFind Class

CFileFind Members

Hierarchy Chart

CFileFind::IsDirectory