Results 1 to 4 of 4

Thread: Quickie on files

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    31

    Question 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

  2. #2
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    Win32Api calls:

    FindFirstFile
    FindNextFile
    FindClose

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    31
    what about FileSystemObject? I have been told that is an activeX control. How do i include in my C++ proj?

  4. #4
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    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
  •  



Click Here to Expand Forum to Full Width