Boost logo

Boost Users :

From: Meir Yanovich (meiry242_at_[hidden])
Date: 2008-05-18 12:45:05


sorry i solve that its working now put is shows me only the folder/file name
no full path , so im returning to my original question
what is the way to get full path of file/folder
thanks

On Sun, May 18, 2008 at 6:17 PM, Meir Yanovich <meiry242_at_[hidden]> wrote:
> someone ?
>
> On Sat, May 17, 2008 at 8:45 AM, Meir Yanovich <meiry242_at_[hidden]> wrote:
>> well im getting now :
>> error C2039: 'external_file_string' : is not a member of
>> 'boost::filesystem::basic_directory_entry<Path>'
>> i dont get it does it Supposed To be backward capability
>> or probably im missing here something ..
>>
>> On Fri, May 16, 2008 at 10:06 PM, Stuart Dootson
>> <stuart.dootson_at_[hidden]> wrote:
>>> 2008/5/15 Meir Yanovich <meiry242_at_[hidden]>:
>>>> 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();
>>>> }
>>>
>>> external_file_string()?
>>> _______________________________________________
>>> Boost-users mailing list
>>> Boost-users_at_[hidden]
>>> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>>>
>>
>


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