From kde-core-devel Wed Apr 12 02:38:14 2000 From: Michael Matz Date: Wed, 12 Apr 2000 02:38:14 +0000 To: kde-core-devel Subject: KIO::SlaveBase::{stat,listDir}, I need full URL X-MARC-Message: https://marc.info/?l=kde-core-devel&m=95550721012118 Hi, in the get() method of kioslaves I can reconstruct the whole URL by concatenating the path and the query. But in my case I also need the query string in stat() and listDir() as it makes semantically a difference, depending on some attributes, if the entry is a "dir" or a "file". Better yet, if KIO would not hack the URL itself apart, at least not with protocols it doesn't understand. Or is it KURL? Ciao, Michael.