CPathT::IsDirectory

 

Call this method to check whether the path is a valid directory.

Syntax

BOOL IsDirectory() const;

Return Value

Returns a non-zero value (16) if the path is a directory, FALSE otherwise.

Remarks

For more information, see PathIsDirectory.

Requirements

Header: atlpath.h

See Also

CPathT Class