tags:

views:

80

answers:

1

Hi,

I want to access a file which is already opened with exclusive access by some other process (not under my control). I know that the I/O manager will not grant my request, as some other process is holding the lock (with exclusive access).

Is there any way by which I can bypass the checks (such as file opened in exclusive mode) made by I/O manager and get access to file even if its opened in exclusive mode (CreateFile() will fail)?

Thanks.

A: 

The backup api (volume shadow copy) may help you to obtain a copy of that file.

plodoc