#include <fileinfo.h>
class used to model UIT FileInfo.
- Returns
- The date string for this file.
| void setDate |
( |
const QString & |
d | ) |
|
- Returns
- The string describing the group the file belongs to.
| void setGroup |
( |
const QString & |
g | ) |
|
- Parameters
-
| g | The string describing the group the file belongs to. |
- Returns
- The name of the file.
| void setName |
( |
const QString & |
n | ) |
|
- Returns
- The permissions of the file.
| void setPerms |
( |
const QString & |
p | ) |
|
- Parameters
-
| p | The string describing the permssion for this file. |
- Returns
- The size of the file.
- Returns
- The user who owns the file.
| void setUser |
( |
const QString & |
u | ) |
|
- Parameters
-
| u | The user who owns this file. |
The documentation for this class was generated from the following file: