Skip to content

Script to search a file in a particular directory and copy that file from that directory to a destination folder

Notifications You must be signed in to change notification settings

KunalDandekar/Copy-File-from-one-Folder-to-another-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Copy-File-from-one-Folder-to-another-python

Script to search a file in a particular directory and copy that file from that directory to a destination folder

Two libraries are used one is "os" and the other one is "shutil"

os: The OS module in Python provides a way of using operating system dependent functionality. The functions that the OS module provides allows you to interface with the underlying operating system that Python

shutil: The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal

About

Script to search a file in a particular directory and copy that file from that directory to a destination folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages