4 Aug
2011
4 Aug
'11
4:14 p.m.
On 8/4/2011 9:22 AM, Ramon F Herrera wrote:
Thanks so much to Norbert and Richard. I solved my problem with this statement:
lastComponent = (*it).string();
As long as we are on the topic: How do I expand directory notations with dots? For instance, if my app is called like this:
myapp .
The dot should expand to `/home/ramon/src/development' or whatever.
It seems that such directory path expansion would be perfectly matched to the list of Boost::Filesystem features... -RFH