int chdir(char *NomRepertoire);
#include <stdio.h> #include <stdlib.h> #include <pwd.h> ... if (chdir("QGPL")==-1) { ... } ...
Le résultat est -1 si le changement n'a pu avoir lieu.