|
From: | Chicken Trac |
Subject: | [Chicken-janitors] #424: umask support |
Date: | Wed, 03 Nov 2010 12:39:55 -0000 |
#424: umask support ----------------------------+----------------------------------------------- Reporter: mario | Owner: Type: change request | Status: new Priority: major | Milestone: 4.7.0 Component: unknown | Version: 4.6.x Keywords: umask | ----------------------------+----------------------------------------------- Chicken currently doesn't provide bindings to {{{umask}}}(2). It would be nice to have a procedure for that. Here's the proposed syntax and semantics: {{{(set-file-creation-mode-mask mask)}}} Returns the previous value of the file mode mask. {{{mask}}} can be specified using Unit posix's {{{perm/*}}} constants. Initial discussion on chicken-hackers proposes adding umask support to the posix unit. -- Ticket URL: <http://bugs.call-cc.org/ticket/424> Chicken Scheme <http://www.call-with-current-continuation.org/> Chicken Scheme is a compiler for the Scheme programming language.
[Prev in Thread] | Current Thread | [Next in Thread] |