Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

moving file in python

import os
os.replace('source_path','destination_path')
 
PREVIOUS NEXT
Tagged: #moving #file #python
ADD COMMENT
Topic
Name
8+8 =