1
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user