[plt-scheme] opendir/readdir/etc?

From: YC (yinso.chen at gmail.com)
Date: Tue Jul 8 21:33:06 EDT 2008

On Tue, Jul 8, 2008 at 6:26 PM, Eli Barzilay <eli at barzilay.org> wrote:

>
> > I'm looking for something that provides finer processinging then
> > `directory-list`, but so far not finding them.
>
> Depending on what you need, you can either try the foreign interface,
> or writing a thin C interface (that you'll then access with the
> foreign interface).
>

I'm assuming FFI will work -  the main challenge appears to figure out how
to define the DIR, dirent struct in scheme for conversion.  I'm still
unfamiliar with the approriate mapping at this time, so probably will have
many questions as I go along... ;)

Thanks,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080708/87d7fca4/attachment.html>

Posted on the users mailing list.