Boost logo

Boost Users :

Subject: Re: [Boost-users] boost filesystem path questions
From: Remko Tronçon (remko_at_[hidden])
Date: 2009-01-27 05:14:46


> 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 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