Re: [Boost-users] Updating filesystem to V3 (boost 1.49) - normalize deprecated
8 May
2012
8 May
'12
12:22 p.m.
Thanks, Lars I defined the macros only for my code and now everything compiles. I have a question regarding the deprecated function path::normalize(). Before moving to V3 I used this function to resolve paths containing "..". For example: path myPath("/Dir_A/Dir_B/a.txt/.."); myPath->normalize(); now myPath is: "/Dir_A/Dir_B" Can this be done using V3 code? Thanks, Shai
4573
Age (days ago)
4573
Last active (days ago)
0 comments
1 participants
participants (1)
-
Shai Shasag