[Mono-dev] Mono.Posix question

Rob Wilkens robwilkens at gmail.com
Fri Jun 22 13:35:45 UTC 2012


Do you know where i can find documentation for Mono.Posix?

I was looking at the following problem report:
https://bugzilla.xamarin.com/show_bug.cgi?id=1970

And I saw that

Mono.Unix.UnixDirectoryInfo("1").Create(FileAccessPermissions.AllPermissions);

Was honoring umask, because that's what the system call for mkdir does. 
(That is: Create() just calls mkdir with the permissions.)  Should it be
honoring umask when it creates the directory, or should we, after the
call to mkdir, separately set the permissions as part of the Create call
(the equivalent of a call to chmod).

-Rob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120622/b2191852/attachment.html>


More information about the Mono-devel-list mailing list