Syntalos::DiskSpaceInfo
Syntalos::DiskSpaceInfo
Information about the storage a path is located on.
#include <resourceinfo.h>
Public Attributes
| Name | |
|---|---|
| bool | valid |
| quint64 | deviceId the path exists on an accessible filesystem |
| QString | mountPoint identifies the filesystem, same for all paths on it |
| qint64 | bytesAvailable where the filesystem is mounted |
| qint64 | bytesTotal bytes available to the current user |
Public Attributes Documentation
variable valid
bool valid = false;variable deviceId
quint64 deviceId = 0;the path exists on an accessible filesystem
variable mountPoint
QString mountPoint;identifies the filesystem, same for all paths on it
variable bytesAvailable
qint64 bytesAvailable = -1;where the filesystem is mounted
variable bytesTotal
qint64 bytesTotal = -1;bytes available to the current user
Updated on 2026-09-06 at 20:30:11 +0000