I've got trouble to verify a path who contains variables using "os.path.exists(path)". Which character should be used to put the content of vars in path and then verify the path?
nb : EOF Error...
Thanks you.
path = (C:\programm\.....\+var1+\+var2+\)
isExist = os.path.exists(path)
if (isExist == false):
os.mkdirs(path)
else:
print (" ")