Partager via


CPathT::Combine

Appelez cette méthode pour concaténer une chaîne représentant un nom de dossier et une chaîne représentant un nom de chemin d'accès de fichier dans un chemin d'accès.

void Combine(
   PCXSTR pszDir,
   PCXSTR pszFile 
);

Paramètres

  • pszDir
    Le chemin d'accès au répertoire.

  • pszFile
    Chemin d'accès au fichier.

Notes

Pour plus d'informations, consultez PathCombine.

Configuration requise

Header: atlpath.h

Voir aussi

Référence

Classe de CPathT