Re: [Boost-users] boost filesystems and case issues
11 Jun
2008
11 Jun
'08
12:52 p.m.
I tried this. It seems to work. int lower_case(int c) { return tolower(c); } ... ... ... if (boost::filesystem::is_regular(itr->path())) { path = itr->path(); lpath = path.string(); transform(lpath.begin(), lpath.end(), lpath.begin(), lower_case); std::cout << path << std::endl; std::cout << lpath << std::endl; }
5999
Age (days ago)
5999
Last active (days ago)
0 comments
1 participants
participants (1)
-
brad@16systems.com