File Attributes

Found a bug in "Everything"? report it here
Post Reply
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

File Attributes

Post by NotNull »

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)
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: File Attributes

Post by void »

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.
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: File Attributes

Post by NotNull »

void wrote:Updated for the next Everything release:
[..]
Thanks!
Post Reply