How To Determine the Logical Drives on a System (193623)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q193623 SUMMARY
You can use the GetLogicalDrives() API function to find which logical
drives are present in a system. The GetLogicalDrives() function returns a
32-bit value in which each bit represents whether the logical drive exists.
For example, if the system has an A drive, bit 0 will be set, and if the
system has a drive Z, bit 25 will be set.
REFERENCES
"Advanced Windows", Third Edition, Jeffrey Richter, pages 615-695,
Microsoft Press, 1997.
Modification Type: | Minor | Last Reviewed: | 6/30/2004 |
---|
Keywords: | kbcode kbhowto KB193623 |
---|
|