search file with tag (not update current file)

Discussion related to "Everything" 1.5 Alpha.
Post Reply
fanx
Posts: 1
Joined: Mon Apr 04, 2022 10:52 am

search file with tag (not update current file)

Post by fanx »

NTFS Stream

Code: Select all

https://winaero.com/alternative-ntfs-streams-in-windows-10/

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/c54dec26-1551-4d3a-a0ea-4fa40f848eb3
not update current file

1. before

Code: Select all

aa.txt   SHA1: 6cde30bb5a2a3c266e2451fd190ed183924dcdb0
2. set property

Code: Select all

// test2.txt   content: job;May;

type test2.txt > aa.txt:test2.txt
3. after

Code: Select all

// SHA1 unchanged
aa.txt   SHA1: 6cde30bb5a2a3c266e2451fd190ed183924dcdb0
4. get tag from [aa.txt], tags: job;May;
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: search file with tag (not update current file)

Post by void »

The SHA1 is calculated only from the content from aa.txt
(the alternate data stream content is ignored when calculating the SHA1)
Post Reply