Ust what I needed. Sean. -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Remko Tronçon Sent: 27 January 2009 10:15 To: boost-users@lists.boost.org Subject: Re: [Boost-users] boost filesystem path questions
1. if I have a path: device1\windows\system32, can I ranslate this using the boost filesystem library to c:\windows\system32"?
boost::basic_path::external_file_string()
2. Does the boost filesystem library accept/use uincode i.e LPWSTR and std::wstring?
See the manual. http://www.boost.org/doc/libs/1_37_0/libs/filesystem/doc/i18n.html
3. is the a method for just obtaining the filename from a full path that has been supplied.
boost::basic_path::filename() cheers, Remko _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users __________ Information from ESET NOD32 Antivirus, version of virus signature database 3802 (20090126) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 3802 (20090126) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com