class KTarEntry
|
Base class for the tar-file's directory structure.
More... |
|
|
Public Methods
- KTarEntry ( KTarBase* tar, const QString& name, int access, int date, const QString& user, const QString& group, const QString &symlink )
- virtual ~KTarEntry ()
- QDateTime datetime () const
- int date () const
- QString name () const
- mode_t permissions () const
- QString user () const
- QString group () const
- QString symlink () const
- virtual bool isFile () const
- virtual bool isDirectory () const
Protected Methods
Detailed Description
See also: KTarFile, KTarDirectory
[const]
Creation date of the file.
[const]
Name of the file without path.
[const]
The permissions and mode flags as returned by the stat() function
in st_mode.
[const]
User who created the file.
[const]
Group of the user who created the file.
[const]
Symlink if there is one
[const virtual]
Returns: true if this entry is a file
[const virtual]
Returns: true if this entry is a directory
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:31 2000, using kdoc 2.0a33. |