|
-
Jun 15th, 2004, 04:52 AM
#1
Thread Starter
Hyperactive Member
Get list of local drives on PC
I have the following code that gets a list of logical drives on a PC
Dim driveArray() As String
driveArray = System.IO.Directory.GetLogicalDrives
Dim en As System.Collections.IEnumerator
en = driveArray.GetEnumerator
Problem is, this also returns mapped network drives, how can I get a list of only local drives on a PC?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|