+ 2
M i able to delete, copy, paste or move files with the help of python.
3 odpowiedzi
+ 7
Yes, very well in Python.
+ 1
This is what python does best in my opinion.
I sorted over 5,000 rom files down to the 1076 I wanted early into my Python learning with 12 lines of code.
checked thru every file in my directory with a simple for loop and moved the files I didn't need to another location.
also used the same method to change the file extension on each file from .gen to .bin
+ 1
ty guyzz