예제 #1
0
 def show_keynote_file(self, sender, args):
     coreutils.show_entry_in_explorer(self._kfile)
예제 #2
0
def show_file_in_explorer(file_path):
    """Show file in Windows Explorer."""
    coreutils.show_entry_in_explorer(file_path)