Re: O_EXCL under Windows?

2005-02-25 Thread Gisle Vanem
"Hrvoje Niksic" wrote: Is there a way to get the functionality of open(..., O_CREAT|O_EXCL) under Windows? For those who don't know, O_EXCL opens the file "exclusively", guaranteeing that the file we're opening will not be overwritten. (Note that it's not en

O_EXCL under Windows?

2005-02-25 Thread Hrvoje Niksic
Is there a way to get the functionality of open(..., O_CREAT|O_EXCL) under Windows? For those who don't know, O_EXCL opens the file "exclusively", guaranteeing that the file we're opening will not be overwritten. (Note that it's not enough to check that the file doesn&