Refactor path() helper / Paths::fix() to replace any slashes with OS default.
All paths should be converted before comparisons are made.
Potentially use a Path class to make comparisons i.e. $src->equals($trg) maybe look at Pathogen (but sounds like overkill)