[racket] file permissions and ownership

From: qld3303 (qld3303 at gmail.com)
Date: Sat Feb 26 04:12:25 EST 2011

There is a package on the planet that will handle *nix file permissions:
http://planet.plt-scheme.org/package-source/synx/util.plt/2/0/ (permissions)
Here is a related thread:
http://groups.google.com/group/racket-users/browse_thread/thread/6a05222262b29ec3?tvc=2

On Fri, Feb 25, 2011 at 10:24 AM, <mike at goblin.punk.net> wrote:

> On Tue, Feb 22, 2011 at 08:36:01PM +0100, Manfred Lotz wrote:
> > Hi there,
> > Is there a way to set file resp. directory permission and ownership
> > from racket? I didn't find anything in the documentation.
>
> For lack of an answer from someone more experienced, I see two
> ways to do this.
>
> The quick & dirty way would be to call the usual permission and
> ownership programs from within Racket.  See
>
> http://docs.racket-lang.org/reference/subprocess.html#(part._.Simple_.Subprocesses)
>
> If you're more ambitious, you can develop a foreign function to
> do the job.  See http://docs.racket-lang.org/foreign/
>
> Mike
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110226/c20cd90e/attachment.html>

Posted on the users mailing list.