Skip to content

Questions about FileMeta #116

Answered by Dijji
Bamajon1974 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. The HKCR.ext entries are the older form, and in fact take precedence if both exist. File Meta used to use them for this reason. But there is a drawback. If you look at the entry for .txt, it delegates, through its default value, to txtfile, where the Shell key is held (in this case, a Shell key on .txt would be ignored). So File Meta used to follow the chain, and set the properties on the lowest delegate. However, the delegates are shared. The .log extension entry also points to txtfile. I didn't want to set the properties for both of them, or make it impossible for them to have different properties. So I shifted to the strictly per extension SystemFileAssociations, which Microsoft were …

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Dijji
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #113 on March 15, 2021 11:17.