|
-
Mar 26th, 2000, 06:07 AM
#1
Thread Starter
Hyperactive Member
i need to get the letter of the users hard drive and store it in a variable. thanks in advance.
-
Mar 26th, 2000, 09:18 AM
#2
Lively Member
use GetLogicalDriveStrings (an API function)
the declaration is:
Declare Function GetLogicalDriveStrings Lib "kernel32.dll" Alias "GetLogicalDriveStringsA" (ByVal
nBufferLength As Long, ByVal lpBuffer As String) As Long
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
|