コード例 #1
0
 def showInFolder(self):
     """Open the file explorer at the given path location."""
     path = self.path()
     studiolibrary.showInFolder(path)
コード例 #2
0
ファイル: libraryitem.py プロジェクト: krathjen/studiolibrary
 def showInFolder(self):
     """Open the file explorer at the given path location."""
     path = self.path()
     studiolibrary.showInFolder(path)