PIP 5.5.3
Platform-Independent Primitives
Public Attributes | List of all members
PISystemInfo::MountInfo Struct Reference

Mount point information. More...

#include <pisysteminfo.h>

Public Attributes

PIString mount_point
 Absolute path to mount point.
 
PIString device
 Device description.
 
PIString filesystem
 Filesystem name.
 
PIString label
 Mount point label.
 
ullong space_all = 0
 Total space in bytes.
 
ullong space_used = 0
 Used space in bytes.
 
ullong space_free = 0
 Free space in bytes.
 
bool removable = false
 Is this device is removable.
 

Detailed Description

Mount point information.