File Meta Hander for files with no extension?
How can I do this with FileMeta or is this even possible? Thx
Also I notice some file extensions are not listed in File Meta Association Manager. How do I add handler for those too?
To add an unlisted extension, say .foo, add an empty key called .foo to HKEY_CLASSES_ROOT in the registry. This will be picked up by the Association Manager when you next open it.
I doubt that you can add meta data to files with no extension. There used to be a catch-all backstop mechanism in the registry, but Microsoft removed that when they introduced the new property system in Vista. If it is possible, the most likely route is by adding an empty key called . as above. Give it a go and let me know what you find!