コード例 #1
0
    def openfolder_rclick_cb():

        if g.os_path_exists(path):
            g.os_startfile(path)
        else:
            # #1257:
            g.es_print('file not found:', repr(path))
コード例 #2
0
    def openfolder_rclick_cb():

        g.os_startfile(path)
コード例 #3
0
ファイル: contextmenu.py プロジェクト: Darriall/leo-editor
    def openfolder_rclick_cb():

        g.os_startfile(path)