vote up 2 vote down star

Is there a way to access file system info via some type of Windows API? If not what other methods are available to a user mode developer?

flag

2 Answers

vote up 2 vote down check

Not very clean, but you can use DeviceIoControl() Open volume as a file, pass resulting handle to DeviceIoControl() together with control code. Check MSDN for control codes, there is something like "read journal record".

link|flag
vote up 0 vote down

Thanks, from another post someone recommended this link

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.