Browse thread
[Caml-list] Unix file premissions bug?
- Jurjen Stellingwerff
[
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: | -- (:) |
| From: | Jurjen Stellingwerff <jurjen@s...> |
| Subject: | [Caml-list] Unix file premissions bug? |
Hello Matt Gunshee, The problem is that Unix.chmod assumes orthogonal numbers These are written like: 0o755 similar as hexadecimal 0x1fa In your example you gave decimal numbers and those give that odd behavior ... Success, Jurjen ------------------- 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