----- Original Message -----
> where 'options' is a dictionary, initially supporting only
>
> { posixMode: "nnn", // mandatory
> applyUmask: (true|false) // optional, default false
> }
>
> "nnn" can be either a number or a string; if it's a string, it is run
> through parseInt(, 8) first (this is to work around the lack of octal
> literals in Javascript anymore).
FWIW, one can use 0o755 etc. for octal literals.
-Nathan
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform