...
The open()
function (Open Group 04b04c) provides a a way to test for file existence . If the O_CREAT
and O_EXCL
flags are used together, the open()
function will fail if the file file specified by file_name
already exists.
...
...
The open()
function (Open Group 04b04c) provides a a way to test for file existence . If the O_CREAT
and O_EXCL
flags are used together, the open()
function will fail if the file file specified by file_name
already exists.
...