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

    search directory using wildcards

    I want to be able to pass a directory name and a "filter" to a program and have it return the matching listing. On windows this is easily accomplished using _findfirst and _findnext. Are there any equivalent methods on the Unix side. I am looking at opendir, and readdir but not sure if these will work with what I want to do. Thanks.

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: search directory using wildcards

    Take a look at the following thread...

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