Personal Project Portfolio
python masm bash powershell

path examples updated

Changed files
+2 -1
scripting
+2 -1
scripting/fileRemoval.py
··· 5 5 """ 6 6 Directory path should be formatted as follows: 7 7 '<disk>:/path/to/file 8 - example: C:/Users/test/testUser/Downloads 8 + Windows example: C:/Users/test/testUser/Downloads 9 + MacOS example: /Volume/folderName 9 10 """ 10 11 11 12 directoryToUse = <insert path to top folder here>