All files and folders in a folder?

Started by
1 comment, last by Erzengeldeslichtes 20 years, 7 months ago
How would I go about finding all files and folders in a specific directory (using C++, windows.h, windowsx.h, and DirectX headers)? (preferably without resorting to MFC) Note: I tried Google, it gave me lots of classes and MFC stuff. The search here isn't working at time of posting. [edited by - Erzengeldeslichtes on September 2, 2003 2:44:56 PM]
----Erzengel des Lichtes光の大天使Archangel of LightEverything has a use. You must know that use, and when to properly use the effects.♀≈♂?
Advertisement
Look up FindFirstFile() and FindNextFile() on MSDN.
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
Ah, looks good. Thanks much.
----Erzengel des Lichtes光の大天使Archangel of LightEverything has a use. You must know that use, and when to properly use the effects.♀≈♂?

This topic is closed to new replies.

Advertisement