示例#1
0
def check_FCHK():
    if not os.path.exists(FCHK): raise Exc.ExeNotFound(Exception)
示例#2
0
def check_EXE():
    if not os.path.exists(EXE): raise Exc.ExeNotFound(Exception)