[racket] Racket filesystem interface

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Aug 23 12:44:49 EDT 2010

I believe those functions do not exist to ensure cross platform compatibility.

It should be very easy to use the FFI to call fstat directly.

In fact, it is already written:

http://planet.racket-lang.org/display.ss?package=stat.plt&owner=synx

Jay

On Mon, Aug 23, 2010 at 7:35 AM, Bill Hager <whager at gmail.com> wrote:
> Hi All!
> Are there interfaces in racket to get a file's access and creation times.  I
> did find several other functions for retrieving other file attributes, but I
> couldn't figure out how to check these.
> Thanks
> - Bill
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.