Getting full file name from Synchronize Directories

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Galizza
Member
Member
Posts: 167
Joined: 2018-09-07, 05:21 UTC

Getting full file name from Synchronize Directories

Post by *Galizza »

 
Hi, does anyone know how to get the full path + name of a highlighted file on Synchronize directories window (left panel) ?.

I have been trying using Autohotkey Window Spy but it doesn't give any info, thanks.
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: Getting full file name from Synchronize directories

Post by *HolgerK »

<Shift+F10> or windows context menu button on keyboard
Cursor down until "Left context menu" is selected
<Shift+Enter> (opens the extended windows context menu)
Select "Copy as path"

Regards
Holger

Edit:
Step 2 is much easier if your create a "%Commander_Path%\Language\WCMD_ENG.lng" with the following content:

Code: Select all

English
6287="&Left context menu\tAlt+Down"
In this case you can navigate to the entry "Left context menu" by pressing <L> twice
=>: <Shift+F10> <L> <L> <Shift+Enter> <A>
Make our planet great again
Galizza
Member
Member
Posts: 167
Joined: 2018-09-07, 05:21 UTC

Re: Getting full file name from Synchronize Directories

Post by *Galizza »

 
It works :!: , thank you :D
Post Reply