|
-
February 3rd, 2005, 09:37 AM
#1
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.
-
February 3rd, 2005, 09:47 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|