|
-
May 18th, 2008, 01:36 PM
#1
geting full path of files and folders (boost::filesystem)
Hello all
im trying to get full path of files and folders.
im using boost::filesystem to loop throw folders
with this :
for( fs::recursive_directory_iterator it(dir_path); it != fs::recursive_directory_iterator(); ++it)
{
string ss = it->leaf();
}
how can i get the full path of ss?
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|