Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python move a file from one destination to another

import os
os.replace('source_path','destination_path')
 
PREVIOUS NEXT
Tagged: #python #move #file #destination
ADD COMMENT
Topic
Name
2+7 =