Stephan Schulz wrote: > Now my question: Is there a simple way to detect an existing file? os.path.exists(filename) or os.path.isfile(filename) Cheers /F