Qt-interest Archive, March 2007
Qt/X11 4.3 Beta - QFileSystemWatcher over Samba
Message 1 in thread
Hi,
I'm trying to add a a samba path to a QFileSystemWatcher object but
this fails to install the path. This is on Fedora 6 machine using the
latest snapshot from 20070327. For example:
QFileSystemWatcher obj;
obj.addPath("smb://server/directory/");
This raises the error:
QFileSystemWatcher: failed to add paths: smb://server/directory/
Is this not possible or am I doing something wrong?
Regards,
Simon
--
[ signature omitted ]
Message 2 in thread
Hi,
> I'm trying to add a a samba path to a QFileSystemWatcher object but
> this fails to install the path. This is on Fedora 6 machine using the
> latest snapshot from 20070327. For example:
>
> QFileSystemWatcher obj;
> obj.addPath("smb://server/directory/");
This is not a path, it's an URL pointing to distant Samba server.
A path implies a file system mounted on the current system.
--
[ signature omitted ]