Subject: Re: [boost] [filesystem]: infinite-recursion with symlink
From: variadic.template (variadic.template_at_[hidden])
Date: 2009-11-21 20:23:29


> Nope, sadly.
>
> You might be able to use the deprecated canonicalization/normalization
> functions.

Bad news, thanks anyway.
The lack of getting permissions and need of using deprecated methods
for that problem leads me to drop boost::filesystem and instead using
Qt. Wanted to avoid this dependency for that part of my code, but it
fullfills my requirements.