I\'m currently writing a script which has to check if all specified folders actually exist.
I found out I have to use os.path.isdir() with absolute paths.
you get rit of frontslash/backslash problemens. (But it can change the meaning, so just know what you are doing. But for normal paths there is no problem)