SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

Request: change-mode for file-system entities #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I've been working on the xitomatl/file-system/base/compat.ypsilon.sls
from issue 78.  I don't want to use (system "chmod ...") because it prints
to stderr when it fails and because it relies on the OS to provide chmod
and the shell.  Using (process "chmod" ...) is another option but I don't
like it for similar reasons.

Would you provide a (change-mode path mode) that uses chmod C function and
indicates if it fails?

Thanks for considering.

Original issue reported on code.google.com by derick.e...@gmail.com on 16 Feb 2009 at 9:45

GoogleCodeExporter commented 8 years ago
Thank you for your message. 
I will implement it. :)
-- fujita

Original comment by y.fujita...@gmail.com on 20 Feb 2009 at 2:03

GoogleCodeExporter commented 8 years ago
Hello, 
Sorry for not getting back to you sooner.
I have added change-file-mode in revision 401.
Please try. Thank you!
-- fujita

Original comment by y.fujita...@gmail.com on 5 Mar 2009 at 12:50

GoogleCodeExporter commented 8 years ago
It works and has allowed me to complete the (xitomatl file-system base compat) 
for
Ypsilon.  Thanks!

Original comment by derick.e...@gmail.com on 6 Mar 2009 at 8:25