Currently I can open a folder by using
dirPath = os.path.dirname(os.path.abspath(self.oVidPath))
QDesktopServices.openUrl(QUrl.fromLocalFile(dirPath))
I want to know if there is anyway I can open folder with a file preselected?
I am okay if it only works on linux systems (nautilus is preferred)
edit : This application is only going be for linux systems