CFileFind::IsDots

virtual BOOL IsDots( ) const;

Return Value

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

Remarks

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

Example

See the example for CFileFind::IsDirectory.

CFileFind OverviewClass MembersHierarchy Chart

See Also   CFileFind::IsDirectory