if os.path.exists(the_launch_path) == False:
            try:
                os.mkdir(the_launch_path)
                print("    Create LaunchAgents directory [OK] -> " + the_launch_path)
            except: