class KIO.DeleteJob |
|
|
A more complex Job to delete files and directories. Don't create the job directly, but use KIO.del() instead. See also KIO.del() |
|
|
|
Sends the URL of the file that is currently being deleted. job - the job that emitted this signal file - the URL of the file or directory that is being deleted |
|
Sends the number of processed directories. job - the job that emitted this signal dirs - the number of processed dirs |
|
Sends the number of processed files. job - the job that emitted this signal files - the number of processed files |
|
|
Emitted when the toal number of direcotries is known. job - the job that emitted this signal dirs - the total number of directories |
|
Emitted when the total number of files is known. job - the job that emitted this signal files - the total number of files |
|
Returns the list of URLs. Returns the list of URLs. |