Browse thread
[oliver: Re: [Caml-list] Unix.chmod => what codes for what mode?!]
- oliver@f...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-04-23 (20:20) |
From: | oliver@f... |
Subject: | [oliver: Re: [Caml-list] Unix.chmod => what codes for what mode?!] |
----- Forwarded message from oliver ----- To: Richard Jones <rich@annexia.org> Subject: Re: [Caml-list] Unix.chmod => what codes for what mode?! On Fri, Apr 23, 2004 at 07:01:02PM +0100, Richard Jones wrote: > On Fri, Apr 23, 2004 at 07:16:34PM +0200, Oliver Bandel wrote: > > Hello, > > > > The Unix.chmod function is bad documented. > > > > Seems that I have to try out all possible values > > and check the results with the command line tools? > > > > > > Or is there any possibility to predict it's behaviour?! > > Almost certainly you're not using octal numbers right. The format > for octal numbers in OCaml is different from C, for example: > > Unix.chmod filename 0o755 > > would have the same effect as: > > % chmod 755 filename OK, thanks. :) Ciao, Oliver ----- End forwarded message ----- ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners