Is there an API that can be called to find the 'media' directory in windows.
Printable View
Is there an API that can be called to find the 'media' directory in windows.
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"