PDA

View Full Version : how to get filename



jayreddy
24th November 2009, 06:18
Hi all..
Iam saving the texmacs file in some folder say texmacs_files. Now I want to use that file name path in Qt file for adding tags using QtDBus.

How can I get the path of that saved texmacs file?

Thank You.

Jayakrishna Reddy

wysota
24th November 2009, 08:59
QFileInfo::absoluteFilePath() is one way to do this.