🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

selective-copy-files

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selective-copy-files

Copy to a specific folder, all files within a directory, that match a particular extension

1.0.0
Source
PyPI
Maintainers
1

Selective copy

Copy to a specific folder, all files within a directory, that match a particular extension

Install

$ pip install selective-copy

How to use

# Import pakage
from selective_copy_files import selective_copy

#  Save local folders
from_folder = "c:\\user\\my_files"
to_folder = "c:\\user\\backup_of_my_files"
extention = "png"

# backup folder 
selective_copy.Copy(from_folder, to_folder, extention)

Keywords

copy

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts