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

Thread: Searching......

  1. #1
    Join Date
    Jan 2000
    Posts
    45

    Searching......

    how do you search for a certain file called, oh lets say, vcr.ico
    thanks


  2. #2
    Join Date
    Feb 2000
    Location
    Kansas
    Posts
    49

    Re: Searching......

    you can use the 2 api calls FindFirstFile and FindNextFile


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