Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6884: Add functionality to enumerate filesystem roots
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-10 13:55:17
#6884: Add functionality to enumerate filesystem roots
-------------------------------------------------+--------------------------
Reporter: Erik Jensen <Erik.Jensen@â¦> | Owner: bemandawes
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.49.0 | Severity: Not Applicable
Resolution: | Keywords:
-------------------------------------------------+--------------------------
Changes (by Ulrich Eckhardt <ulrich.eckhardt@â¦>):
* cc: ulrich.eckhardt@⦠(added)
Comment:
MS Windows CE also uses a single root "\", so the drive letters are only
present
{{{
#if (defined(_WIN32) || defined(WIN32)) && !defined(UNDER_CE)}}}
}}}
Otherwise I agree that this would be a useful addition. OTOH, translating
"/C:/" to "C:\" would also be feasible, you could then get the list of
drives by listing the content of "/". I'd take it to the developers'
mailinglist for discussion.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6884#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC