def showInFolder(self):
     """Open the file explorer at the given path location."""
     path = self.path()
     studiolibrary.showInFolder(path)
Beispiel #2
0
 def showInFolder(self):
     """Open the file explorer at the given path location."""
     path = self.path()
     studiolibrary.showInFolder(path)