Unlocking a File or Volume
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am trying to write an administration tool that will be executed by users with administrator privileges. At some point, it may need to lock volumes or files for processing but sometimes these files/volumes will be in use by other processes. This tool is meant to get top priority when it is run. Is there a way if can take over files/volumes that are in use by other processes? Mark