In my case like this
D:\testfolder\folder 1
D:\testfolder\folder 2
Then create a file or folder in each of the subfolders, anything will do. Now I display folder 1 on one side and folder 2 on the other side of opus and click the WinMerge button. WinMerge pops up and says both my paths are invalid. These are the paths that winmerge is getting.
Left: D:\testfolder\folder 1" D:\testfolder\folder
Right: D:\testfolder\folder 1\2"
If I close the lister and then navigate back to folder 1 and folder 2 and click the WinMerge button again WinMerge pops up with the correct paths and works ok. I’ve had this problem intermittently with WinMerge and wasn’t sure what was causing it, but after some testing I’ve found the procedure above causes the problem every time.
This is the code I’m using in my WinMerge button.
- Code: Select all
"C:\Program Files\WinMerge\WinMerge.exe" /r {leftpathshort} {rightpathshort}
I’ve tried leftpath and rightpath as well with the same results. Any idea?
