How to get a handle to $Extend files?

  • Thread starter Thread starter Ben Smith
  • Start date Start date
B

Ben Smith

I'd like to get a handle to the various files in the $Extend
directory. These files seem to be hidden by the file system driver
somehow. I've tried opening them with NtCreateFile both by name, and
by ID, but I always get STATUS_OBJECT_NAME_NOT_FOUND. This is on
Windows 2000 Server. Does anyone know if there's anyway to do this?

Thanks,
--Ben
 
Back
Top