Is there a binding to the posix directory apis anyone recommends?
[
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: 2006年6月22日 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