Is there any crossplatform C\C++ lib for files searching? (on hard drive) What I need is simple – be able to find all images on users computer in all folders and subfolders with sise >= 200kb.
How to do such thing? Can any one help me? Please.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Boost.Filesystemis a great library. Here is a code I wrote while ago, you can change the search criteria easily once you know the library(you can query the size and the extension):