|
-
Jul 4th, 2001, 06:30 PM
#1
Thread Starter
Junior Member
Quickie on files
heya gang.
Quick question. In visual basic, you can traverse through files by using FileSystemObject. How do you do this in visual C++?
any help on this would be really great
Thx
Elon
-
Jul 4th, 2001, 06:46 PM
#2
Registered User
Win32Api calls:
FindFirstFile
FindNextFile
FindClose
-
Jul 5th, 2001, 08:42 AM
#3
Thread Starter
Junior Member
what about FileSystemObject? I have been told that is an activeX control. How do i include in my C++ proj?
-
Jul 5th, 2001, 08:53 AM
#4
Registered User
If you are doing your app in c++, write your own fso dude, look into those api functions, most of the file/folder based components of the fso can be written with them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|