class KArchiveEntry |
|
A base class for entries in an KArchive.
Base class for the archive-file's directory structure.
See also KArchiveFile See also KArchiveDirectory |
|
Creates a new entry.
archive - the entries archive name - the name of the entry access - the permissions in unix format date - the date (in seconds since 1970) user - the user that owns the entry group - the group that owns the entry symlink - the symlink, or QString() |
|
|
Creation date of the file. Returns the creation date in seconds since 1970 |
|
Creation date of the file. Returns the creation date |
|
Group of the user who created the file. Returns the group of the file |
|
Checks whether the entry is a directory. Returns true if this entry is a directory |
|
Checks whether the entry is a file. Returns true if this entry is a file |
|
Name of the file without path. Returns the file name without path |
|
The permissions and mode flags as returned by the stat() function in st_mode. Returns the permissions |
|
Symlink if there is one. Returns the symlink, or QString() |
|
User who created the file. Returns the owner of the file |
|