Hi,
I want to open a destination folder in Windows explorer from Qt. Does anyone how to do this in code?
Thanks,
Indika...
Printable View
Hi,
I want to open a destination folder in Windows explorer from Qt. Does anyone how to do this in code?
Thanks,
Indika...
QProcess::startDetached("explorer yourPath")
Thanks for the replies.
Indika...