Python script that replaces all the spaces with underscores in filenames of all the files in the specified folder Project made with the purpouse of fixing some old directories with incorrect naming convention and out of boredom. Uses basic python file operations and command line arguments. Also some exception handling.
del_all_spaces.py -d [desired_path]
Used to specify the directory where the script will replace the filenames
Example:
del_all_spaces.py -d C:\Windows\System32
Created by Rafał "DeusArfifex" Kurek