This commit is contained in:
BarsTiger
2021-04-23 13:59:37 +03:00
parent b40c021e4f
commit 79a46000e7

View File

@@ -2,6 +2,13 @@ import urllib.request, os
launchfolder = os.getcwd()
offprojects = launchfolder + "\OfficialProjects"
launcherfiles = launchfolder + "\!LAUNCHERFILES"
################### Checking folders #####################
if not os.path.exists(offprojects):
os.mkdir(offprojects)
if not os.path.exists(launcherfiles):
os.mkdir(launcherfiles)