Personal Project Portfolio
python masm bash powershell

remove pathlib import

Changed files
-1
scripting
-1
scripting/fileRemoval.py
··· 1 # Script to go through a given directory recusively and remove files based on file extension 2 3 import os 4 - from pathlib import Path 5 6 """ 7 Directory path should be formatted as follows:
··· 1 # Script to go through a given directory recusively and remove files based on file extension 2 3 import os 4 5 """ 6 Directory path should be formatted as follows: