Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to rename files python

import os
os.rename(r'C:UsersRonDesktopTestProducts.txt',r'C:UsersRonDesktopTestShipped Products.txt')
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #rename #files #python
ADD COMMENT
Topic
Name
5+8 =