M4cs/BabySploit

Unable to setup configuration path on Windows OS

BlueRhino opened this issue · 0 comments

os.mkdir(configpath)

os.mkdir can not cretae directory recursively.It is better to use the os.makedirs method