There are Win10 links:
- c:\Users\All Users\Application Data\Start Menu\
c:\Users\All Users\Start Menu\
c:\Users\Default\Start Menu\
c:\Users\Default User\Start Menu\
c:\Users\mark\Start Menu\
Do WDXs have user interfaces? Where are they?
Thanks.
Moderators: Hacker, petermad, Stefan2, white
Thanks for replying, Dalai, but there's no "Use" information (or link) in the wiki page about the NTLinks WDX, and the plug-in's author doesn't document how it's used (or launched). I was hoping someone here would know.Dalai wrote:http://www.ghisler.ch/wiki/index.php?title=Content_plugin should tell you everything you need to know about WDX plugins.
All WDX works the same !MVV wrote:Usually WDX plugins are used to retrieve some information in tooltips or custom columns (I mostly use it in tooltips where I see the target and real path because I don't use custom columns often). In attributes dialog WDX plugins are mainly used for setting values, so initially fields are empty, thats by TC design. However you can click ">>" button near the field and plugin will put current link target path into the field.
Wouldn't the context menu be more convenient? Or Properties? -- though you probably don't have access to property sheets.MVV wrote:Usually WDX plugins are used to retrieve some information in tooltips ...
With your clues, I stumbled into it. ...I would never have guessed...... In attributes dialog WDX plugins are mainly used for setting values, so initially fields are empty, thats by TC design. However you can click ">>" button near the field and plugin will put current link target path into the field.
As nsp said, all WDX plugins work in the same way, they use the same interface which allows to use them for retrieving values (in tooltips, custom columns, multi-rename tool etc) or setting values (in attributes dialog). WDX plugins don't have any access to context menus.Wouldn't the context menu be more convenient? Or Properties? -- though you probably don't have access to property sheets.
Well, I guessed that would be the case. That's why I suggest a WDX extended properties drop target in the 2nd half of my post. What do you think of it?MVV wrote:... WDX plugins don't have any access to context menus ...
I don't think that context menu is a good way of viewing file property. I've said how I do it: I use tooltips. Open Configuration, Display, Help texts, User-defined, add file/folder mask or template, OK, type custom field expression, e.g.:PS: I'm not creating links. I'm trying to discover the target of Windows links when Windows hides the target string.
Code: Select all
Real path: [=ntlinks.Real path]\n[=ntlinks.Object Type]: [=ntlinks.Target path]\n