'\" '\" Copyright (c) 1997 Maorong Zou '\" .TH EZ_GlobFiles 3 "" EZWGL "EZWGL Functions" .BS .SH NAME EZ_GlobFiles \- return all files match a given pattern .SH SYNOPSIS .nf .B #include .sp .BI "char **EZ_GlobFiles(char *" pattern ", int " showHidden) .SH ARGUMENTS \fIpattern\fR Specifies a glob pattern. .sp \fIshowHidden\fR Specifies a boolean flag indicates whether hidden files be listed (the dot files). .SH DESCRIPTION .PP \fBEZ_GlobFiles\fR find and returns the list of files that match \fIpattern\fR. It returns NULL if no matches found. The return value, if not NULL, is NULL terminated list of strings. The returend list and its contents should be freed. .PP .SH "SEE ALSO" EZ_GlobHiddenFiles(3) .br