[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is there a binding to the posix directory apis anyone recommends?
- From: Sam Roberts <sroberts@...>
- Date: Thu, 22 Jun 2006 11:58:55 -0700
Trying to avoid building it myself. I need at least the basics
opendir(3)
closedir(3)
readdir(3)
but would love to have bindings to
glob(3)
fnmatch(3)
scandir(3)
as well.
Thanks,
Sam