When running this line below to create a new text file in the path, I get an invalid file exception error.
log_ = open(path,"w+")
The e