]> git.tdb.fi Git - libs/core.git/commitdiff
Add an exclusive create flag to IO::File
authorMikko Rasa <tdb@tdb.fi>
Thu, 27 Sep 2012 22:02:38 +0000 (01:02 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 27 Sep 2012 22:02:38 +0000 (01:02 +0300)
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.


No differences found