On Tue, Feb 18, 2020 at 07:55:13PM +0100, Enrico Forestieri wrote:
> 
> Still, why realPath() returns a short path name in one case and not in the
> other case remains a mystery.

Mystery solved. On Windows, our implementation of realPath() works only with
file names but does not work with directory names. On the other hand,
QFileInfo::canonicalFilePath() does not resolve junctions (directory
symlinks).

-- 
Enrico
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to