Results 1 to 2 of 2

Thread: How do I find the 'Media' directory in windows

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    26

    Post

    Is there an API that can be called to find the 'media' directory in windows.

  2. #2
    Guest

    Post

    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
  •  



Click Here to Expand Forum to Full Width