c898805ac5
On Windows, the absolute file for the root of the drive is `"C:\"`, which differs from the absolute file for any other directory, which doesn't end with `\`. This resulted in incorrect trimming of the first character of the path name in `descendantRelativeTo`. Also, do not use canonicalPath because there is no point in expanding symbolic links here. #KT-40979 Fixed