Hello Everybody.
I am using Python for my code.
I am trying to create folders at the end of a path. My path is /xxx/xxxx/xxxx/TEMP.
I want to dynamicaly create folders after this path in my program. I want something like:
/xxx/xxxx/xxxx/TEMP/Folder1.
/xxx/xxxx/xxxx/TEMP/Folder2.
/xxx/xxxx/xxxx/TEMP/Folder3.
At the moment I am using makedirs but its not working. It says File alreay exists.
Any help would be appreciated.
Mohsin