| Home · All Classes · Annotated · Functions |
The QFileSystem class describes a single mount point. More...
#include <QFileSystem>
The QFileSystem class describes a single mount point.
This class returns mount point information including:
See also QStorageMetaInfo.
Returns flag indicating if the file system can contain applications.
Returns the number of available blocks on the file system
Returns the size of each block on the file system.
Returns the file system name, such as /dev/hda3
Returns flag indicating if the file system can contain documents.
Returns flag indicating if the file system can be removed. For example, a CF card would be removable, but the internal memory would not.
Returns flag indicating if the file system is mounted as writable or read-only. Returns false if read-only, true if read and write.
Returns the translated, human readable name for the mount directory.
Returns the mount options
Returns the mount path, such as /home
Returns the total number of blocks on the file system
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |