KIO
Appearance
![]() | |
Developer(s) | KDE |
---|---|
Stable release | 5.95.0[1] ![]() |
Preview release | 5.85.0-rc1[2] ![]() |
Written in | C++ |
Type | System library |
Website | kde |
GNU C Library serves as a wrapper for Linux kernel system calls
, so does KIO serve as a further wrappers for its specific tasks.KIO (KDE Input/Output) is a system
API. Applications, such as Konqueror and Dolphin, which are written using this framework, can operate on files stored on remote servers in exactly the same way as they operate on those stored locally, effectively making KDE network-transparent
. This allows for an application like Konqueror to be both a file manager as well as a web browser.
KIO Slaves (renamed to KIO Workers during the development of
KDE Frameworks 6
[3])
are libraries that provide support for individual TAR
).
The KDE manual app KHelpCenter has a KIOSlaves (KIOWorkers in Frameworks 6) section that lists the available protocols with a short description of each.
See also
- Cinnamon
References
- ^ "Create tag for 5.95.0". 10 June 2022. Retrieved 27 June 2022.
- ^ "Release v5.83.0-rc1".
- ^ "Remove the KIO "slave" terminology". KDE Phabricator. Retrieved 25 February 2024.
External links
- KIO API documentation
- Source Code
- A Quick and Easy Guide to KDE KIO slaves, by Tavis J. Hampton