Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drive list
Message
De
01/11/2000 16:18:20
 
 
À
01/11/2000 15:57:01
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00436880
Message ID:
00436885
Vues:
27
try the function drivetype()

Here's an example of how I've used it:
j=0
FOR i=68 TO 90
	IF drivetype(CHR(i))=4 OR drivetype(CHR(i))=3
		j=j+1
		DIME drvs(j)
		drvs(j)=CHR(i)+':\'
	ENDIF
ENDFOR
>How do I get a list of the available drives on a given machine?
>
>Thanks,
>Elyse
Timothy D. Yeaney
MCSD, Charter Member
President, PAFOX (Potomac Area Fox User Group)
mailto:tim@eagleeyeinc.com
Vice President
Eagle Eye Publishers, Inc
Broaden Your Vision, Sharpen Your Focus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform