PyKDE - Python Bindings for KDE
class KIO.MkdirJob
Table of contents
Modules
kio Classes
All Classes
Module
kio
Class
KIO.MkdirJob
Inherits
KIO.SimpleJob
methods
MkdirJob
(url, command, packedArgs, showProgressInfo)
returns
a MkdirJob instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
url
KURL
command
int
packedArgs
TQByteArray
showProgressInfo
bool
permanentRedirection
(job, fromUrl, toUrl)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
job
KIO.Job
fromUrl
KURL
toUrl
KURL
redirection
(job, url)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
job
KIO.Job
url
KURL
slotFinished
()
returns
nothing
In versions KDE 3.3.0 and above only
slotRedirection
(url)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
url
KURL
start
(slave)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
slave
KIO.Slave
virtual_hook
(id, data)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
id
int
data
void