Answers for "qt extract dir from path"

0

qt extract dir from path

QDir d = QFileInfo(filePath).absoluteDir();
QString absolute=d.absolutePath();
Posted by: Guest on April-29-2021

Code answers related to "qt extract dir from path"

Browse Popular Code Answers by Language