24#include <tdelibs_export.h>
26class KNFSSharePrivate;
35class TDEIO_EXPORT KNFSShare :
public TQObject
79 static KNFSShare* _instance;
83 void slotFileChange(
const TQString&);
void changed()
Emitted when the /etc/exports file has changed.
bool isDirectoryShared(const TQString &path) const
Wether or not the given path is shared by NFS.
static KNFSShare * instance()
Returns the one and only instance of KNFSShare.
TQStringList sharedDirectories() const
Returns a list of all directories shared by NFS.
TQString exportsPath() const
Returns the path to the used exports file, or null if no exports file was found.