space_info Structure

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at space_info Structure.

Holds information about a volume.

struct space_info;  

Public Data Members

NameDescription
unsigned long long availableRepresents the number of bytes that are available to represent data on the volume.
unsigned long long capacityRepresents the total number of bytes that the volume can represent.
unsigned long long freeRepresents the number of bytes that are not used to represent data on the volume.

Header: filesystem

Namespace: std::tr2::sys

Header Files Reference
<filesystem>
space Function
File System Navigation (C++)

Show: