Subject: [Boost-users] boost filesystem path questions
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2009-01-27 04:40:26


Hi:
I have a few questions re boost::filesystem paths:
1. if I have a path:
device1\windows\system32, can I ranslate this using the boost filesystem
library to c:\windows\system32"?
2. Does the boost filesystem library accept/use uincode i.e LPWSTR and
std::wstring?
3. is the a method for just obtaining the filename from a full path that
has been supplied.
Any help apreciated.
Sean.