|
-
Feb 23rd, 2000, 04:10 PM
#1
Thread Starter
Junior Member
Is there an API that can be called to find the 'media' directory in windows.
-
Feb 23rd, 2000, 05:04 PM
#2
You can use the getwindowsdirectory api.
and when you have retrieved the windows path you only have to use the media dir.
example:
sWindir = "C:\WINDOWS" ' api value returned
sWindir = sWindir & "\Media\"
in the win9x os is the media directory called "media"
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
|