Aide:DriveGetSerial.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
DriveGetSerial
###Description###
Returns Serial Number of a drive.
###Syntax###
DriveGetSerial ( "path" )
###Parameters###
@@ParamTable@@
path
Path of drive to receive information from.
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns the Serial Number of the drive as a string.
Failure: Sets @error to 1.
@@End@@
###Remarks###
The value returned is not the hardware serial number as found on the label of the drive, it is the Windows Volume ID for the drive.
###Related###
DriveGetDrive, DriveGetFileSystem, DriveGetLabel, DriveGetType, DriveSetLabel, DriveSpaceFree, DriveSpaceTotal, DriveStatus
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
DriveGetSerial
###Description###
Retourne le numéro de série d'un lecteur.
###Syntax###
DriveGetSerial ( "path" )
###Parameters###
@@ParamTable@@
path
Chemin du lecteur dont on veut les informations.
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Retourne le numéro de série 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="DriveGetLabel.htm">DriveGetLabel</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