You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# print(files) # list index 0 hold the oldest file
8
+
digits=int(log10(len(files)))+1
9
+
10
+
print(f"\nPlease verify the new file names for accuracy: press 'p' to review the file names, or 'y'/'Y' to proceed with the renaming process. Press any other key to exit the program.\n")
This software can rename your all current directory files in ascending order based on recently modified time. Oldest file named with 01_oldname .... like this
0 commit comments