def openfolder_rclick_cb(): if g.os_path_exists(path): g.os_startfile(path) else: # #1257: g.es_print('file not found:', repr(path))
def openfolder_rclick_cb(): g.os_startfile(path)