]> git.tdb.fi Git - libs/core.git/commit - source/io/file.h
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)
commitfd074aa05df58fd60d490bb4e367aa2c82338741
treef0c6171716709561a9da1ca0da76d5a44be8ebe6
parent426a1f61095aff13025b707e89105ad1e4570616
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.
source/io/file.cpp
source/io/file.h