File Sync cannot compare package with fully qualified file paths correctly

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
roman.horvath
Junior Member
Junior Member
Posts: 4
Joined: 2020-02-06, 07:07 UTC

File Sync cannot compare package with fully qualified file paths correctly

Post by *roman.horvath »

I created .7z package using -spf option: use fully qualified file paths. Then I wanted to check if everything was nicely packed using the cm_FileSync function, but it was unable to pair files on both sides: within the package versus the disk – it showed both all files on the left and right as new ones.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48012
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: File Sync cannot compare package with fully qualified file paths correctly

Post by *ghisler(Author) »

Indeed this isn't possible because the archive may contain the same file both with the full path and without, e.g.
c:\path\test.txt
and
path\test.txt
Author of Total Commander
https://www.ghisler.com
Post Reply