Ejemplo n.º 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))
Ejemplo n.º 2
0
    def openfolder_rclick_cb():

        g.os_startfile(path)
Ejemplo n.º 3
0
    def openfolder_rclick_cb():

        g.os_startfile(path)