[Gambas-user] [Gambas Bug Tracker] Bug #1216: umask ignored by gambas while Mkdir command used

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sun Dec 3 00:20:44 CET 2017


http://gambaswiki.org/bugtracker/edit?object=BUG.1216&from=L21haW4-

Comment #2 by Damien COTTIER:

You mean that gambas behavior for Mkdir command is different that mkdir command in the Linux shell.

The idea is to used shared directories between gambas application through different user but same group.

the administrator have deployed profile environment to set umask for all user to share acces on the same "group" id.
i do not think it will be a proper implementation to get env variable in our gambas program to use Chmod after Mkdir command. What would be such program if Mkdir is done somewhere in a Eval expression. How this will work when i call an external component creating a directory.

Is there any technical issue for gambas to get umask env variable directly when Mkdir command is called?

Damien.




More information about the User mailing list