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,
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
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:
3 matches
Mail list logo