QDir FX::QFileInfo::dir ( bool  absPath = false  )  const [inline]

Returns the entry's path as a FX::QDir.

Definition at line 113 of file QFileInfo.h.

00113 { return QDir(absPath ? absFilePath() : fileName()); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:38 2009 for TnFOX by doxygen v1.4.7