diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 16e875b..f67dbcf 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -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) + +