CPathT::CPathT

The constructor.

CPathT( 
   PCXSTR pszPath  
); 
CPathT( 
   const CPathT< StringType >& path  
); 
CPathT( ) throw( );

Parameters

  • pszPath
    The pointer to a path string.

  • path
    The path string.

Requirements

Header: atlpath.h

See Also

Reference

CPathT Class