https://bugzilla.novell.com/show_bug.cgi?id=677255

https://bugzilla.novell.com/show_bug.cgi?id=677255#c2


Jonathan Pryor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Jonathan Pryor <[email protected]> 2011-03-07 16:51:48 UTC 
---
For Comment #1, UnixFileInfo.Create() is creat(2). As per the creat(2) man
page:


     This interface is made obsolete by: open(2).

     The creat() function is the same as:

           open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);

That is, creat(2) and UnixFileInfo.Create() WILL truncate the file. This is by
design.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to