Fail creating a new file if it already exists.
const FILE_EXCLUSIVE: FileFlags = FileFlags(O_EXCL);
open(2) and O_EXCL therein