FindFileDevice
KFileDiskDevice *FindFileDevice(const char *filePath);
if (KFileDiskDevice* device = FindFileDevice(filePath)) {
if ((device = FindFileDevice(filePath))) {
KFileDiskDevice *device = manager->FindFileDevice(path.Path());