Reply To: Accessing "in Use" Files == ?

Home Forums Discussions General Accessing "in Use" Files == ? Reply To: Accessing "in Use" Files == ?

#6613
Vadim Smirnov
Keymaster

    If the file was opened in non shared mode then you won’t be able to access it from another process using Win32 API. However, you still can open the volume device in raw mode (bypassing the filesystem) and read sectors containing file data.