id summary reporter owner description type status milestone component version severity resolution keywords cc 11949 request for information dp25@… Beman Dawes "This is not a bug notice but a request for information. Do you have an example of a directory listing using boost that is in alpha order? How do I modify the following code to do that? Can I pass boost a compare file as can be done in the C fts system? for (directory_entry& x : directory_iterator(p)){ fullPathName = x.path().string(); cout ..... } or this way: directory_iterator end ; for( directory_iterator iter(""../takes/test"") ; iter != end ; ++iter ) { if ( !is_directory( *iter ) ){ cout << iter->path() << ""\n""; } } thanks in advance. Please reply to David at dp25@iinet.net.au " Support Requests new To Be Determined filesystem Boost 1.61.0 Not Applicable