path functions use the local rules of the python installation running the script for path strings. Using os.path.join in all cases assures that ... ... <看更多>
2 Answers · In this case you're right, CreateFolder would work as PF is known to exist, I prefer os.makedirs() because it makes any folder that ... ... <看更多>