|
-
July 17th, 2002, 02:30 AM
#1
_findfirst in MicroSoft C
Hello :
In MicroSoft C/C++ , there are functions ( _findfirst, _findnext ... )
used to look for files with wildcard characters , but none of them
exist in Unix C/C++ .
example :
find all files named like "demo_*.*"
Are there similar functions exist in Unix C/C++ ? ( don't use system() function )
If not , how to implement them with simplest methods ?
Thanks !!
----- jesvh
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
|