Jose' Matos wrote: > Roughly the code should look like this: > if os.name == "nt": > full_path = os.path.join(directory, prog + ".exe") > else: > full_path = os.path.join(directory, prog)
Thank you. > This can be done earlier in the candidates stage, but you get the > idea. :-) Sorry, I don't follow. -- Angus