示例#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
    def openfolder_rclick_cb():

        g.os_startfile(path)