Re: [racket] Unix file permissions/owner/group

2010-09-02 Thread synx
On 08/30/2010 01:50 AM, Neil Van Dyke wrote: > Has anyone already implemented Racket API for dealing with Unix file > permissions/owner/group? > * Procedure(s) to set a named file's permissions, owner, and/or group. > > * Procedure to get the permissions, owner, and group of a named file. Sure,

Re: [racket] Unix file permissions/owner/group

2010-08-30 Thread Noel Welsh
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 wrote: > Has anyone already implemented Racket API for dealing with Unix file > permissions/owner/gr

[racket] Unix file permissions/owner/group

2010-08-30 Thread Neil Van Dyke
Has anyone already implemented Racket API for dealing with Unix file permissions/owner/group? Some things I have needed sometimes: * Procedure(s) to set a named file's permissions, owner, and/or group. * Procedure to get the permissions, owner, and group of a named file. Also handy would be: