KDE 4.5 PyKDE API Reference
  • KDE's Python API
  • Overview
  • PyKDE Home
  • Sitemap
  • Contact Us
 

DirectorySizeJob Class Reference

from PyKDE4.kio import *

Inherits: KIO.Job → KCompositeJob → KJob → QObject
Namespace: KIO

Detailed Description

Computes a directory size (similar to "du", but doesn't give the same results since we simply sum up the dir and file sizes, whereas du speaks disk blocks)

Usage: see KIO.directorySize.


Methods

 __init__ (self)
 slotResult (self, KJob job)
long totalFiles (self)
long totalSize (self)
long totalSubdirs (self)

Method Documentation

__init__ (   self )
slotResult (  self,
KJob  job
)
long totalFiles (   self )

Returns:
the total number of files (counting symlinks to files, sockets and character devices as files) in this directory and all sub-directories

long totalSize (   self )

Returns:
the size we found

long totalSubdirs (   self )

Returns:
the total number of sub-directories found (not including the directory the search started from and treating symlinks to directories as directories)

  • Full Index

Modules

  • akonadi
  • dnssd
  • kdecore
  • kdeui
  • khtml
  • kio
  • knewstuff
  • kparts
  • kutils
  • nepomuk
  • phonon
  • plasma
  • polkitqt
  • solid
  • soprano
This documentation is maintained by Simon Edwards.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal