Boost logo

Boost Users :

From: Meir Yanovich (meiry242_at_[hidden])
Date: 2008-05-15 16:40:46


i like to print the full path of the files and directory and when
doing it with native_file_string()
error C2039: 'native_file_string' : is not a member of
'boost::filesystem::basic_directory_entry<Path>'
i just do simple :
for( fs::recursive_directory_iterator it(dir_path); it !=
fs::recursive_directory_iterator(); ++it)
    {

                string s = it->native_file_string();
    }


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net