Syntalos::DiskSpaceInfo

Syntalos::DiskSpaceInfo

Syntalos::DiskSpaceInfo

Information about the storage a path is located on.

#include <resourceinfo.h>

Public Attributes

Name
boolvalid
quint64deviceId
the path exists on an accessible filesystem
QStringmountPoint
identifies the filesystem, same for all paths on it
qint64bytesAvailable
where the filesystem is mounted
qint64bytesTotal
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