LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   searching for files (https://www.linuxquestions.org/questions/programming-9/searching-for-files-353426/)

deept 08-15-2005 08:44 AM

searching for files
 
I come from a windows programming background, and I am trying to develop some linux apps (well stuff that works under darwin and linux). I am having trouble figuring out what is the linux equivlent to a windows api command is. If anyone has a link to a page which can provide these common translations, it would be greatly appricated.

However, right now, windows has an object, CFileFind, which allows you to pass in a path with wildcards along with attributes, such as a dirctory, system, hidden, etc... and will then return a list of all files that match that criteria. I need a similar function in linux. I have tried seaarching around, but I can't find anything function name that does that.

lowpro2k3 08-15-2005 11:54 AM

What language are you using?


All times are GMT -5. The time now is 12:37 AM.