I'm looking for a function that lists all sub-directories in a directory. I use
struct ffblk ffblk;
int done;
done = findfirst("drive\\pathname\\*.*", &ffblk, 0);
to list files from a directory but I can't see sub-directories. Is there a function that does about the...
I'm trying to create a form having in the header section 6 combo boxes containing values to search for (like supplier, subject, category, person...) What I want to do is that I select values from 1 to 6 combo boxes, click n a button and search the database for records matching all these values...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.