Searches for files.
*match
NULL,
containing all suffices to look for
char *myresult; if( find_file("nhood1", true, &myresult, "i-w", "w", NULL) > 0 ) { printf("found %s\n", myresult); free(myresult); };
Function requires that either _GLUE_USE_POSIX_DIRS
or _GLUE_USE_WIN_DIRS
is defined.