CPathT::IsRelative

Call this method to determine if the path is relative.

BOOL IsRelative( ) const;

Return Value

Returns TRUE if the path is relative, or FALSE if it is absolute.

Remarks

For more information, see PathIsRelative.

Requirements

Header: atlpath.h

See Also

Reference

CPathT Class