Replies: 1 comment 1 reply
-
Unfortunately there is currently no way to move just the file.txt. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two structures to compare.
Structure 1:
C:\parent_folder\file.txt
Structure 2:
D:\parent_folder\child_folder\file.txt
I want Structure 2 to be identical to Structure 1, so I do:
D:\parent_folder\child_folder\file.txt > RMB > Move > Right to ... > D:\parent_folder\
And I expect to get:
D:\parent_folder\file.txt
Instead, I get:
D:\parent folder\parent folder\child folder\file.txt
WinMerge moved not just file.txt, but all of its folder tree as well.
Is there a way to move just file.txt?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions