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

    Win Directory Question

    I need to recurse a directory for a particular file. I actually need the subdirectory's name for recursion. My FindFirstFile() says that it found a file with the DIRECTORY attributes, but doen't give me the name of it. Any help?

    Thanks.


  2. #2
    Join Date
    Apr 1999
    Posts
    27

    Re: Win Directory Question

    My FindFirstFile() says that it found a file with the DIRECTORY attributes
    LPWIN32_FIND_DATA parameter get the inforamtion
    you need


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