$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] list all drives
From: Reynolds, John (John.Reynolds_at_[hidden])
Date: 2010-07-12 10:56:02
Daniel Trebbien wrote:
>> Hi,
>>
>> I am programming on a widows system. Is it possible to list all
>> drives available in a system with boost::filesystem library or any
>> other boost library?
>>
>> I have gone through boost::filesystem documentation, but could not
>> find any :(
>>
> Because the concept of drives is unique to Windows, Boost Filesystem
> does not implement such a function. Boost Filesystem and all Boost
> libraries are designed to be cross-platform.
>
I'll bite, how about some functionality to list mounted filesystems or is that too OS specific.