Login
Remember
Register
Ask a Question
Which of the following command is used to change the location of a file from one folder to another?
0
votes
asked
Apr 6, 2022
in
Python Packages and Data Access
by
sharadyadav1986
retagged
Apr 6, 2022
by
sharadyadav1986
Which of the following command is used to change the location of a file from one folder to another?
Select the correct option from below:
a) shutil.copy
b) shutil.overwrite
c) None of the options
d) shutil.move
python-file-folder
python-packages-list
python-sqlalchemy
python-data-access
python-string
python-file
python-directory
python-date-time
python-server
python-command
python-object
python-packages-download
python-packages-example
python-packages-install
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 6, 2022
by
sharadyadav1986
d)
shutil.move
command is used to
change the location
of a file from one folder to another
...