[racket] Unix file permissions/owner/group

From: Noel Welsh (noelwelsh at gmail.com)
Date: Mon Aug 30 16:17:55 EDT 2010

The closest thing I know of is synx's stat package, which wraps the
stat system call. It doesn't, however, provide the information you
want.

HTH,
N.

On Mon, Aug 30, 2010 at 9:50 AM, Neil Van Dyke <neil at neilvandyke.org> wrote:
> Has anyone already implemented Racket API for dealing with Unix file
> permissions/owner/group?
...


Posted on the users mailing list.