Question - Moving selected file to Selected Folder in other pane

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cldcp00
Posts: 52
Joined: 20 Jun 2019 15:26

Question - Moving selected file to Selected Folder in other pane

Post by cldcp00 »

Hi there

Is it possible to moving the selected file to the selected folder in the other pane?

Ideally triggered by a button

regards

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Question - Moving selected file to Selected Folder in other pane

Post by nas8e9 »

cldcp00 wrote: 15 Jul 2019 02:11 Is it possible to moving the selected file to the selected folder in the other pane?

Ideally triggered by a button
To be clear: the existing Move to Other Pane-button isn't enough?

cldcp00
Posts: 52
Joined: 20 Jun 2019 15:26

Re: Question - Moving selected file to Selected Folder in other pane

Post by cldcp00 »

nas8e9 wrote: 15 Jul 2019 02:21
cldcp00 wrote: 15 Jul 2019 02:11 Is it possible to moving the selected file to the selected folder in the other pane?

Ideally triggered by a button
To be clear: the existing Move to Other Pane-button isn't enough?
No this just moves it to the other pane and not into the selected folder

admin
Site Admin
Posts: 60591
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Question - Moving selected file to Selected Folder in other pane

Post by admin »

You can achieve this via scripting.

Tip: The currently selected/focused item of the other pane is returned by <get item i> ("i" for inactive pane):

Code: Select all

echo <get item i>;

Post Reply