space_info Structure
The latest version of this topic can be found at space_info Structure.
Holds information about a volume.
Syntax
struct space_info;
Members
Public Data Members
Name | Description |
---|---|
unsigned long long available |
Represents the number of bytes that are available to represent data on the volume. |
unsigned long long capacity |
Represents the total number of bytes that the volume can represent. |
unsigned long long free |
Represents the number of bytes that are not used to represent data on the volume. |
Requirements
Header: filesystem
Namespace: std::tr2::sys
See Also
Header Files Reference
<filesystem>
space Function
File System Navigation (C++)