how to move file in python script

how to move file in python script

Hi,

In my Python program I have to move a file from one directory to another. What is the best way to move the file from one directory to another in Python?

Thanks

View Answers

April 18, 2021 at 9:13 AM

Hi,

You can use any of the following methods for moving a file to another directory in Python:

os.rename(), shutil.move(), or os.replace()

Here is the example program:

import os
import shutil

srcFile="/home/help/one.zip"
destFile="/home/help2/one.zip"

os.rename(srcFile, destFile)
shutil.move(srcFile, destFile)
os.replace(srcFile, destFile)

Thanks


April 18, 2021 at 9:14 AM

Hi,

You can find more examples at:

Thanks


July 18, 2021 at 6:09 AM

Hi,

I tested these examples of moving files in Python and its working fine.

Thanks









Related Tutorials/Questions & Answers:
how to move file in python script
how to move file in python script  Hi, In my Python program I have to move a file from one directory to another. What is the best way to move the file from one directory to another in Python? Thanks (adsbygoogle
How to move a file from a directory to other directory
How to move a file from a directory to other directory  I tried the above example it will move the folder to other directory but it does not move the image file or other file to a specified directory. Can anyone help me? Thanks
Advertisements
How To Get the Uploaded File Information in the Receiving Script?
How To Get the Uploaded File Information in the Receiving Script?  How To Get the Uploaded File Information in the Receiving Script
how to create a php script to download file
how to create a php script to download file  php script to download file
How to create a .mdf file from script (.sql)
How to create a .mdf file from script (.sql)  Hi, I have a sql database in 2008 server. now i want it to convert to 2005. so i script it. just help me to create a .mdf file back from the script
Java file move
Java file move In this section, you will learn how to move a file... is used to rename a file but here we have used this method to move a file from... an object of File class and parse the file with its full path. Now to move this file
JavaScript move file
JavaScript move file...; In this section, we are going to move a file from one folder to another using... with the specified path. To move the file from the specified location to another location, we
how to create a php script to download file from database mysql
how to create a php script to download file from database mysql  how to create a php script to download file from databse mysql
how to create a php script to download file from database mysql
how to create a php script to download file from database mysql  how to create a php script to download file from databse mysql
how to call java script function through java class file
how to call java script function through java class file  how to call jframe in java script
php download file script
php download file script  PHP script to download file in IE
How do I read a variable from a file in shell script
command. How do I read a variable from a file in shell script and then use...How do I read a variable from a file in shell script  Hi, In my project we are submitting the job on spark cluster through sh file. Now I want
How to move a value in array?
How to move a value in array?   Enter value at the End: 5 Display...]5 Index at [3]8 and when i enter 0 in last index it will move and if i enter again zero in last index it will not move anymore... pls help..thank you
How to move a value in array?
How to move a value in array?   Enter value at the End: 5 Display...]5 Index at [3]8 and when i enter 0 in last index it will move and if i enter again zero in last index it will not move anymore... pls help..thank you
Uploaded File Information in the Receiving Script?
Uploaded File Information in the Receiving Script?  How To Get the Uploaded File Information in the Receiving Script?   Hi friends, Once the Web server received the uploaded file, it will call the PHP script specified
ModuleNotFoundError: No module named 'nowyou-grafis-script-python'
: No module named 'nowyou-grafis-script-python' How to remove the ModuleNotFoundError: No module named 'nowyou-grafis-script-python' error? Thanks...ModuleNotFoundError: No module named 'nowyou-grafis-script-python'  
ModuleNotFoundError: No module named 'nowyou-grafits-script-python'
: No module named 'nowyou-grafits-script-python' How to remove the ModuleNotFoundError: No module named 'nowyou-grafits-script-python' error...ModuleNotFoundError: No module named 'nowyou-grafits-script-python'  
ModuleNotFoundError: No module named 'nowyou-vstitcher-script-python'
: No module named 'nowyou-vstitcher-script-python' How to remove the ModuleNotFoundError: No module named 'nowyou-vstitcher-script-python' error...ModuleNotFoundError: No module named 'nowyou-vstitcher-script-python
ModuleNotFoundError: No module named 'python-script-converter'
: No module named 'python-script-converter' How to remove the ModuleNotFoundError: No module named 'python-script-converter' error? Thanks   ...ModuleNotFoundError: No module named 'python-script-converter'  Hi
ModuleNotFoundError: No module named 'utility-python-script'
: No module named 'utility-python-script' How to remove the ModuleNotFoundError: No module named 'utility-python-script' error? Thanks   Hi...ModuleNotFoundError: No module named 'utility-python-script'  Hi
ModuleNotFoundError: No module named 'utility-python-script'
: No module named 'utility-python-script' How to remove the ModuleNotFoundError: No module named 'utility-python-script' error? Thanks   Hi...ModuleNotFoundError: No module named 'utility-python-script'  Hi
how to move label in jframe in java?
how to move label in jframe in java?  please any one can give me code for moving a java label in Jframe
how to move pointer in Textfield to newline
how to move pointer in Textfield to newline  consider my case and provide me solutions: import java.awt.; import java.awt.event.; class Table1 extends Frame implements ActionListener{ TextField tf1,tf2,tf3
How To Move Image Smoothly
How To Move Image Smoothly       In this example you will see how to move image smoothly on mouse motion using Java.  To move an image, we have used the Listener interface
can i Execute PHP code inside python script?
can i Execute PHP code inside python script?    can i Execute PHP code inside python script
How to Increase Script Execution Time Limit in php ?
How to Increase Script Execution Time Limit in php ?   Increase Script Execution Time Limit in php configuration   Sometimes you need... avoid this error by increasing script execution time limit in your PHP.INI file
ModuleNotFoundError: No module named 'move'
ModuleNotFoundError: No module named 'move'  Hi, My Python program...' How to remove the ModuleNotFoundError: No module named 'move' error... padas library. You can install move python with following command: pip
I am Java programmer. Should I learn Java Script or Python?
I am Java programmer. Should I learn Java Script or Python?  Hi, I learned Core Java and Advanced Java. What should I learn next? I am Java programmer. Should I learn Java Script or Python? Thanks   Hi, Actually
how to solve 'Stop Running This Script' Error ?
how to solve 'Stop Running This Script' Error ?  Hi.. When opened the page on IE browser(version : 8.0),it gives an java script error (i.e.Stop Running This Script). I have used jsp/servlet for this. Please help to resolved
How to run PHP Script from the command line ?
How to run PHP Script from the command line ?  Running PHP Script from the command line   Actually it is very simple to run php script... expect. You can also check : http://www.phpzag.com/running-php-script-from
How to read properties file in Python using configparser?
How to read properties file in Python using configparser and printing the property value? In Python we can read the configuration file and then is required.... Following example shows you how to read the properties file in Python very easily
ModuleNotFoundError: No module named 'futuregrid_move'
named 'futuregrid_move' How to remove the ModuleNotFoundError: No module named 'futuregrid_move' error? Thanks   Hi, In your python... python with following command: pip install futuregrid_move After
ModuleNotFoundError: No module named 'move-carrots'
ModuleNotFoundError: No module named 'move-carrots'  Hi, My Python... 'move-carrots' How to remove the ModuleNotFoundError: No module named 'move-carrots' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'move-migrations'
named 'move-migrations' How to remove the ModuleNotFoundError: No module named 'move-migrations' error? Thanks   Hi, In your python... python with following command: pip install move-migrations After
ModuleNotFoundError: No module named 'roboticia-move'
named 'roboticia-move' How to remove the ModuleNotFoundError: No module named 'roboticia-move' error? Thanks   Hi, In your python... python with following command: pip install roboticia-move After
How to pretty print a JSON file in Python?
How to pretty print a JSON file in Python? In this tutorial I will teach you to read the JSON file in Python and then pretty print the content... file in Python, then use the Python function to format the JSON and print
How can we increase the execution time of a php script?
How can we increase the execution time of a php script?  How can we increase the execution time of a php script
How can I execute a PHP script using command line?
How can I execute a PHP script using command line?  How can I execute a PHP script using command line
how to move curosr from one text field to another automatically when the first textfield reaches its maximum length
how to move curosr from one text field to another automatically when the first textfield reaches its maximum length  how to move curosr from one text field to another automatically when the first textfield reaches its maximum
how to move records from one table to other based on its creation time
how to move records from one table to other based on its creation time  Hi all,, As part of my requirement ,the records in one table have to move... not be present in first table after creation of two days,and it has to move
ModuleNotFoundError: No module named 'python-file-datastore'
: No module named 'python-file-datastore' How to remove the ModuleNotFoundError: No module named 'python-file-datastore' error? Thanks   Hi...ModuleNotFoundError: No module named 'python-file-datastore'  Hi
ModuleNotFoundError: No module named 'python-file-downloader'
: No module named 'python-file-downloader' How to remove the ModuleNotFoundError: No module named 'python-file-downloader' error? Thanks   Hi...ModuleNotFoundError: No module named 'python-file-downloader'  Hi
Move text on the frame
Move text on the frame using Java Program In this section, you will learn how to move text on the frame. As you have already learned about the html marquee... to move the specified string. import java.awt.*; import 
Read JSON file into Python dictionary
How to Read JSON file into Python dictionary? This is quick guide for developers to read a json file into Python dictionary object. JSON is most proffered...; In this tutorial we learned to read json file data into dictionary object in Python
Read JSON file into Python dictionary
How to Read JSON file into Python dictionary? This is quick guide for developers to read a json file into Python dictionary object. JSON is most proffered... have learned How to save python dictionary object into JSON? We have many
how can clear the browser cache memory using java script
how can clear the browser cache memory using java script  how can clear the browser cache memory using java script
how to execute a unix shell script from a java program
how to execute a unix shell script from a java program  well , i am... solution . could anyone please give a sample code as of how to do this... what i am... the script name from a java code .once you execute this java program
ModuleNotFoundError: No module named 'odoo10-addon-account-move-locking'
: ModuleNotFoundError: No module named 'odoo10-addon-account-move-locking' How to remove... to install padas library. You can install odoo10-addon-account-move-locking python... After the installation of odoo10-addon-account-move-locking python library
ModuleNotFoundError: No module named 'odoo10-addon-account-move-template'
: ModuleNotFoundError: No module named 'odoo10-addon-account-move-template' How to remove... python with following command: pip install odoo10-addon-account-move-template After the installation of odoo10-addon-account-move-template python library
ModuleNotFoundError: No module named 'odoo10-addon-stock-auto-move'
: No module named 'odoo10-addon-stock-auto-move' How to remove... library. You can install odoo10-addon-stock-auto-move python with following... of odoo10-addon-stock-auto-move python library, ModuleNotFoundError: No module

Ads