From: Mikko Rasa Date: Thu, 27 Sep 2012 22:02:38 +0000 (+0300) Subject: Add an exclusive create flag to IO::File X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=fd074aa05df58fd60d490bb4e367aa2c82338741;hp=fd074aa05df58fd60d490bb4e367aa2c82338741;p=libs%2Fcore.git Add an exclusive create flag to IO::File This flag is important in creating temp files, as it allows atomic creation of a new file. It also completes the set of create modes available on Win32. ---