CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: File iterations

  1. #1
    Join Date
    Apr 1999
    Posts
    6

    File iterations

    Can someone help me? im trying to locate a directory on my computer and im trying to find all the files in there and compare against them etc... can someone help me?


  2. #2
    Join Date
    Apr 1999
    Location
    Chennai, India
    Posts
    48

    Re: File iterations

    hi,

    if ur using
    :SDK check FindFirstFile/FindNextFile
    :MFC check CFileFind class

    Bye



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

Featured