I will first explain what I have in mind then please if you can tell me if its currently possible to do such a thing in Everything. That would help me allot.
___
I use the excellent file manager Directory Opus instead of the default "Explorer" Tool. In it I have three "user defined" custom Columns.
the Columns are called
Category
Flags
Notes
The data that is populated in these columns comes from a single NTFS Alternative Data Stream called
MultiTags.txt
Code: Select all
Tag001: Notes Metadata
Tag002: Flags MetaData
Tag000: Category Metadata
Now in Everything I am able to find the NTFS Alternative Data Stream called
MultiTags.txt
Alternate Data Stream ANSI
This is a good start but as you can it exposes the full "Raw" string. I really need to process this NTFS stream string with RegEx (or another means that Everything offers) into three parts of:
- Category MetaData
- Flags MetaData
- Notes MetaData
I have found a few threads that looked promising, for example in this one, advice about ADS voidtools forum. User fantasynew was asking about Custom columns per NTFS ADS stream, they reported the solution offered worked just fine but they were dealing with Multiple data streams.
In here, Ability to Search Tags voidtools forum. Void shows an example of Custom properties.
I tried to follow the example but was not successful at all.
But I ask now, this only maps a single NTFS ADS stream per custom column right? I may be wrong, please let me know.
Thanks for any help.