I'm adding in some logic to my code to check if a file has been created. I don't have the actual file name since it's procedurally generated when the code runs. However, it has a distinct file type '.nzt'
The easiest way I can think to do this is using os.path.exists(), but I don't know what to put as the path.