CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Posts
    21

    How can i write function that search for file on the disk ?

    Hi,

    I want to write some application that looking some file name ( "file.exe" or *.exe ) on the entire disk.

    Can some one help me ?

  2. #2
    Join Date
    May 2005
    Posts
    4,954

    Re: How can i write function that search for file on the disk ?

    Quote Originally Posted by YANSHOF
    Hi,

    I want to write some application that looking some file name ( "file.exe" or *.exe ) on the entire disk.

    Can some one help me ?
    Look at this FAQ: How to search for files in a directory and subdirectories?

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

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