CPathT Class

This class represents a path.

template< typename StringType > 
class CPathT

Parameters

  • StringType
    The ATL/MFC string class to use for the path (see CStringT).

Remarks

CPath, CPathA, and CPathW are instantiations of CPathT defined as follows:

typedef CPathT< CString > CPath;

typedef CPathT< CStringA > CPathA;

typedef CPathT< CStringW > CPathW;

Requirements

Header: atlpath.h

See Also

Reference

CStringT Class

Other Resources

CPathT Members

ATL Classes