Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drive list
Message
From
01/11/2000 16:18:20
 
 
To
01/11/2000 15:57:01
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00436880
Message ID:
00436885
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform