Advertisement

Windows path

Started by September 06, 2000 01:29 PM
2 comments, last by SKSlayer 24 years, 2 months ago
How do I get windows'' path in a var ???
(you can find me on IRC : #opengl on undernet)
Win32: GetWindowsDirectory() should do the trick...

Advertisement
Okay, I''ll try


And as we are here, how do I list all the folders on the Hard Disk ?
(you can find me on IRC : #opengl on undernet)
FindFirstFile(), FindFirstFileEx() or FindNextFile().
Or you can use older versions (DOS, Unix) but I can''t remember these at the moment...

This topic is closed to new replies.

Advertisement