Does anyone know of a glob implementation in C for Windows? It would be very nice to be able to use file globbing on all platforms, instead of the very limiting Microsoft pattern matching.
.hc
------------------------------------------------------------------------
Maybe this?
http://www.tcl.tk/man/tcl8.4/TclCmd/glob.htm
On 1/5/07, Hans-Christoph Steiner hans@eds.org wrote:
Does anyone know of a glob implementation in C for Windows? It would be very nice to be able to use file globbing on all platforms, instead of the very limiting Microsoft pattern matching.
.hc
http://at.or.at/hans/
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Hans-Christoph Steiner wrote:
Does anyone know of a glob implementation in C for Windows?
My naive Google Code Search turns up this:
http://tinyurl.com/yfllga -- part of PHP5, BSD license