From 79a46000e728f52c70ce2efe3e02acc8451b8aec Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 23 Apr 2021 13:59:37 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 7 +++++++ 1 file changed, 7 insertions(+) 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) + +