Aide:DriveGetLabel.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
DriveGetLabel
###Description###
Returns Volume Label of a drive, if it has one.
###Syntax###
DriveGetLabel ( "path" )
###Parameters###
@@ParamTable@@
path
Path of drive to receive information from.
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns the Volume Label of the drive as a string.
Failure: Sets @error to 1.
@@End@@
###Remarks###
None.
###Related###
DriveGetDrive, DriveGetFileSystem, DriveGetSerial, DriveGetType, DriveSetLabel, DriveSpaceFree, DriveSpaceTotal, DriveStatus
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
DriveGetLabel
###Description###
Retourne le nom de volume d'un lecteur s'il en a un.
###Syntax###
DriveGetLabel ( "path" )
###Parameters###
@@ParamTable@@
path
Chemin du lecteur dont on veut les informations.
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Retourne le nom de volume du lecteur sous forme d'une chaîne.
Échec: Met @error à 1.
@@End@@
###Remarks###
Aucune.
###Related###
<a href="DriveGetDrive.htm">DriveGetDrive</a>, <a href="DriveGetFileSystem.htm">DriveGetFileSystem</a>, <a href="DriveGetSerial.htm">DriveGetSerial</a>, <a href="DriveGetType.htm">DriveGetType</a>, <a href="DriveSetLabel.htm">DriveSetLabel</a>, <a href="DriveSpaceFree.htm">DriveSpaceFree</a>, <a href="DriveSpaceTotal.htm">DriveSpaceTotal</a>, <a href="DriveStatus.htm">DriveStatus</a>
###Example###
@@IncludeExample@@
Traducteur : scorp84
Contributeurs (pour les modifications avant le Wiki) : Tlem