CPathT::IsDirectory
Call this method to check whether the path is a valid directory.
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
Reference
Other Resources
Change History
Date |
History |
Reason |
---|---|---|
May 2009 |
Corrected return value for valid directory path. |
Customer feedback. |