![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/Filesystem/Path.h>
Simple structure representing the total and remaining disk space. More...
Simple structure representing the total and remaining disk space.
Public Attributes | |
ByteSize | capacity |
total disk space | |
ByteSize | free |
total remaining disk space | |
ByteSize | available |
available remaining disk space (may be less than free due to permissions) | |