Hello,
I'm trying to make a dynamic menu with Go FOLDERCONTENT command to show all the contents (all the folders, subfolders and files) from the folder tab I'm currently at. For example if I'm currently in C:\Data it takes that folder like path and shows the menu for C:\Data, if I change to the tab D:\Test then show the menu for D:\ Test folder... etc. and add it to the right button menu in my mouse.
The problem is since I don't know the path, how should I do it? I tried with HERE argument.. it didn't work.
It is possible to do what I want to do? (I don't know if it is clear enough what I want to do).
Thank you in advance for your responses.