Created
April 5, 2020 07:25
-
-
Save osfunapps/53b4be2bf4ec4a3ee3266773f2f2591e to your computer and use it in GitHub Desktop.
Will remove old launcher files in .py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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