Skip to content

Instantly share code, notes, and snippets.

@osfunapps
Created April 5, 2020 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osfunapps/53b4be2bf4ec4a3ee3266773f2f2591e to your computer and use it in GitHub Desktop.
Save osfunapps/53b4be2bf4ec4a3ee3266773f2f2591e to your computer and use it in GitHub Desktop.
Will remove old launcher files in .py
def clear_old_launcher_files(self):
import os_tools.FileHandler as fh
launcher_made_files = fh.search_files(PROJECT_MAIN_PATH, None, 'ic_launcher')
fh.remove_files(launcher_made_files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment