Aide:FileGetLongName.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
FileGetLongName
###Description###
Returns the long path+name of the path+name passed.
###Syntax###
FileGetLongName ( "file" [, flag] )
###Parameters###
@@ParamTable@@
file
full path and file name to convert
flag
[optional] if 1 file can have relative dir, e.g. "..\file.txt"
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns the long path+name of the path+name passed.
Failure: Returns the parameter and sets @error to 1.
@@End@@
###Remarks###
None.
###Related###
FileGetShortName
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
FileGetLongName
###Description###
Retourne le chemin + nom long du chemin + nom donné.
###Syntax###
FileGetLongName ( "file" [, flag] )
###Parameters###
@@ParamTable@@
file
Le chemin complet et nom du fichier à convertir
flag
[optionnel] Si Flag = 1, le fichier peut avoir un répertoire relatif, par exemple "..\ fichier.txt"
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Retourne le chemin + nom long du chemin + nom donné.
Échec: Retourne le paramètre et met @error à 1.
@@End@@
###Remarks###
Aucune
###Related###
<a href="FileGetShortName.htm">FileGetShortName</a>
###Example###
@@IncludeExample@@
Traducteur :TT22