kowalskiw / fireeng-tools

Simple tools for fire safety engineering
GNU General Public License v3.0
1 stars 1 forks source link

Update get_in.py #28

Open kamil0301 opened 1 year ago

kamil0301 commented 1 year ago

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.

kamil0301 commented 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.