Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Examining the directory structure inside a Visual C++ program

Status
Not open for further replies.

spinnaker

Programmer
May 22, 2001
1
US
I was wondering how you could access the Windows 2000 directory structure inside a visual c++ program. I am interested in writing a program that accesses the directory and gives the user the ability to choose from certain data files for program input.
 
use FindFirstFile and FindNextFile. Also you can use some system's objects using GetOpenFileName/GetSaveFileName. I'd rather prefer the last. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top