Gets the absolute pathname of the script's current working directory.
An absolute pathname is used as specified.
In coding, always use the absolute pathname for referencing files.
Print the absolute pathname of the current working directory.
Return an absolute pathname of a file that did not exist at the time the call is made.
Renvoie le chemin absolu d'un fichier qui n'existe pas lorsque l'appel est fait.
mkdtemp() returns the absolute pathname of the new directory.
mkdtemp() renvoie le chemin absolu du nouveau répertoire.
absolute pathname to the password file.
chemin absolu vers le fichier des mots de passe.
If the value of this parameter is an absolute pathname, then insmod will be used to load the module.
Si une valeur spécifiée indique un chemin d'accès absolu, la commande insmod sera utilisée pour charger le module correspondant.
When a malformed argument is appended to a link, an error page will be generated which contains the absolute pathname of the script.
Lorsqu'un argument, dont la syntaxe est incorrecte, apparaît dans un lien, une page d'erreur contenant le chemin absolu du script est fabriquée.
helps(k,1) is the absolute pathname to its help directory.
helps(k,1) est le chemin absolu du répertoire d'aide du module.
At shell startup, set to the absolute pathname used to invoke the shell or shell script being executed as passed in the environment or argument list.
Au lancement de l'interpréteur, contient le chemin d'accès absolu utilisé pour appeler l'interpréteur, ou le script en cours d'exécution tel qu'il est passé dans l'environnement ou dans la liste des arguments.
The getcwd() function copies an absolute pathname of the current working directory to the array pointed to by buf, which is of length size.
La fonction getcwd() copie le chemin d'accès absolu du répertoire de travail courant dans la chaîne pointée par buf, qui est de longueur size.
The result may be either an absolute or relative pathname; if it is relative, it may be converted to an absolute pathname using (os.path.dirname(path), result).
Le résultat peut être soit un chemin relatif, soit un chemin absolu. S'il est relatif, il peut être converti en chemin absolu en utilisant (os.path.dirname(path), result).