Aide:DriveGetType.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
DriveGetType

###Description###
Returns drive type.

###Syntax###
DriveGetType ( "path" )


###Parameters###
@@ParamTable@@
path
	Path of drive to receive information from.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns the type of drive:  "Unknown",  "Removable",  "Fixed",  "Network",  "CDROM",  "RAMDisk"
Failure:	Returns "" and sets @error to 1.
@@End@@


###Remarks###
The list of possible return values might be incomplete.

###Related###
DriveGetDrive, DriveGetFileSystem, DriveGetLabel, DriveGetSerial, DriveSetLabel, DriveSpaceFree, DriveSpaceTotal, DriveStatus, CDTray


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
DriveGetType

###Description###
Retourne le type de lecteur.


###Syntax###
DriveGetType ( "path" )


###Parameters###
@@ParamTable@@
path
	Chemin du lecteur dont on veut les informations.
@@End@@


###ReturnValue###
@@ReturnTable@@
Succès:	Retourne le type de lecteur : "Unknown", "Removable", "Fixed", "Network", "CDROM", "RAMDisk".
Échec:	Retourne "" et met @error à 1.
@@End@@


###Remarks###
La liste des valeurs de retour peut être incomplète.


###Related###
<a href="DriveGetDrive.htm">DriveGetDrive</a>, <a href="DriveGetFileSystem.htm">DriveGetFileSystem</a>, <a href="DriveGetLabel.htm">DriveGetLabel</a>, <a href="DriveGetSerial.htm">DriveGetSerial</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>, <a href="CDTray.htm">CDTray</a>


###Example###
@@IncludeExample@@


Traducteur : scorp84

Contributeurs (pour les modifications avant le Wiki) : Tlem