Not a real bug, but this seemed the best forum to post it...
In the attribute_constants help text, attribute V is said to be for device.
That should be Integrity (device is X)
File Attributes
Re: File Attributes
Updated for the next Everything release:
Removed V for FILE_ATTRIBUTE_DEVICE 64 (0x40)
Added V for FILE_ATTRIBUTE_INTEGRITY_STREAM 32768 (0x8000)
Added X for FILE_ATTRIBUTE_NO_SCRUB_DATA 131072 (0x20000)
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
https://ss64.com/nt/attrib.html
https://superuser.com/questions/1214542 ... nn/1215034
Thanks for the bug report.
Removed V for FILE_ATTRIBUTE_DEVICE 64 (0x40)
Added V for FILE_ATTRIBUTE_INTEGRITY_STREAM 32768 (0x8000)
Added X for FILE_ATTRIBUTE_NO_SCRUB_DATA 131072 (0x20000)
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
https://ss64.com/nt/attrib.html
https://superuser.com/questions/1214542 ... nn/1215034
Thanks for the bug report.
Re: File Attributes
Thanks!void wrote:Updated for the next Everything release:
[..]