Hello,
Wow... i'm not really proud of my title lol
Let me try to explain with my approximative english
When i have to sort a lot of files to different pathes one by one, i have to switch from one destination tab to the other.
So i thought about a "magic buttons" that would move the files to a specified path, quite easy to make if you write the destination path in the code of the button.
The problem is that if you want to change the path, you have to change the code, so i would like to find a way to make this path choosable by the user, memorised somewhere, useable by the button.
Since the new version of DO, i think that i could make a button that writes a choosen path to a text file, but i don't know how my button could read the information inside.
Is it possible ? do you have a start of solution to me ?
Hah! I have a very good alternative that as a bonus works everywhere, even in Windows Explorer, file open/save dialogs, Desktop etc.
Type in Opus addressbar /sendto and there put a shortcut to folder you want to have as destination. Now select files you want to copy, right-click them and choose Send to > [your shortcut] to copy them there
Additional bonus: hold shift when you click your Send to > target to MOVE the files there.
Simple, effective, thank you very much
Not perfect because it needs to create and delete shortcuts before each different uses, and the risk of clicking on the bad link
But it is so simple to use that it will be the best alternative to me if i can't make my magic button
Thank you Jsys
I didn't know dlgchoose, i will surely use it for other things.. so thank you very much for the idea
But i wanted to offer the user the possibility to simply chose the destination without modifying the code.