PyKDE - Python Bindings for KDE
class KTempDir
Table of contents
Modules
tdecore Classes
All Classes
Module
tdecore
Class
KTempDir
Inherits
methods
KTempDir
(directoryPrefix = TQString .null, mode = 448)
returns
a KTempDir instance
In versions KDE 3.2.0 and above only
Argument
Type
Default
directoryPrefix
TQString
TQString .null
mode
int
448
create
(directoryPrefix, mode)
returns
(bool)
In versions KDE 3.2.0 and above only
Argument
Type
Default
directoryPrefix
TQString
mode
int
existing
()
returns
(bool)
In versions KDE 3.2.0 and above only
name
()
returns
(TQString)
In versions KDE 3.2.0 and above only
qDir
()
returns
(TQDir)
In versions KDE 3.2.0 and above only
removeDir
(path)
returns
(bool)
In versions KDE 3.5.2 and above only
static
Argument
Type
Default
path
TQString
setAutoDelete
(autoDelete)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
autoDelete
bool
setError
(error)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
error
int
status
()
returns
(int)
In versions KDE 3.2.0 and above only
unlink
()
returns
nothing
In versions KDE 3.2.0 and above only