I really like DO and i'm considering switching from XYplorer.
I would like to know if the context menu (Right mouse button) works with "stem_m" or path (wildcard) ? I mean the same way of normal file extension (Settings\Preferences\File types...)
I tried but I did not find any solution.
ex : "stem_m"
d:\sound\modules[u]amad[/u].soundfx.agd
ex : path (wildcard)
d:\sound[u]\modules[/u]amad.soundfx.agd
Do you mean you want the context menu, when you right-click a file or folder, to show and hide items based on parts of the file path other than the extension?
Or something else? I'm not sure if I am on the right track.
@hidenosel:files,type=amad.* would hide the menu item unless it is for a file whose name starts with "amad."
@ifpath and @ifpathr can be used to change what commands do based on the parent folder path. I don't think there is currently a way to hide menu items based on the parent folder path, however. (We could probably add it easily enough, though.)