KIO
KIO: Network-enabled File Management
Overview | File Selector
This library implements almost all the file management functions you will ever need. In fact, the KDE file manager, Konqueror also uses this to provide its network-enabled file management.
The easiest way to use this library from a KDE application is via the KIO::NetAccess class (for easy synchronous access) or via the KIO::Job class (for more complex asynchronous jobs).
This library also implements the KDE file selector widget (see the page on the file selector widget).
Use ${KDE4_KIO_LIBS} in the target_link_libraries of your CMakeLists.txt to link to kio.
- Maintainer(s):
- [Unknown/None]
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.