Accessor
Access the NTFS filesystem by parsing NTFS structures.
This accessor uses an NTFS parser to present the content of the
NTFS filesystem as a simple filesystem. It emulates the regular
file accessor and its interpretation of the paths:
/* gives:\\.\C: - The C drive device\\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1 - The first VSS device.C:/Windows will be converted to
\\.\C:\WindowsThis accessor is only available on Windows.
See the raw_ntfs accessor for more information and comparisons.