opened file

M

Mike Wahler

Piotr said:
How to check if file has already opened by another process ?

You use some platform-specific method. Cannot be done
with standard C++, which has no notion of 'process'.

The only thing which can be determined about opening a file
in standard C++ is, was the file opened successfully or not.
The *reason* for a failed open (which could be any of a
variety of reasons, e.g. file does not exist, locked by
another process, insufficient user 'permission', etc.) cannot
be determined with standard C++.

Consult your platform and/or implementation documentation.


-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top