Open kamil0301 opened 1 year ago
Better to use os.path.join()
, os.path.normpath()
or even better: the pathlib.Path()
from the pathlib module instead of f-strings .
This should then work on both linux and windows for future use. I will need to adapt this in the future.
Added abstract paths and coping of files with multiple extensions at once. Now copies files to the "_config" folder.
Adding datetime instead of "_1" to _config folder to resolve conflicts after multiple runs.