Searched refs:FileExists (Results 1 – 6 of 6) sorted by relevance
232 def FileExists(fileName): function293 if FileExists(sFileName):482 if FileExists(jetFile.config.filename):490 if FileExists(segment.filename):493 if FileExists(segment.output):499 if FileExists(library):537 …if segment.filename is not None and len(segment.filename) > 0 and not FileExists(segment.filename):540 … if segment.dlsfile is not None and len(segment.dlsfile) > 0 and not FileExists(segment.dlsfile):588 if not FileExists(midiFile):
255 if not FileExists(self.config_file):483 if FileExists(library):680 if FileExists(segment.dlsfile):
188 if not FileExists(self.je.ctrls[JetDefs.F_JFILE].GetValue()):370 if not FileExists(self.je.ctrls[JetDefs.F_MIDIFILE].GetValue()):375 if not FileExists(self.je.ctrls[JetDefs.F_DLSFILE].GetValue()):
277 if FileExists(segment.dlsfile):
1195 if FileExists(segment.dlsfile):1208 if FileExists(segment.dlsfile):
54 return wxFileName::FileExists(path) || wxFileName::DirExists(path); in fileExists()