Copy Files to Multiple Folders
- VC Healy
- Aug 1, 2020
- 1 min read
Following on from my code to create multiple folders. For this time I wanted to copy a few files into each of the 300 folders.
Extracted the names of subfolders (#list_folders_files).
Sliced the list down to the folders that were of interest. (
See the #Tests to get the full list).
Copied a set of files to each named folder.
Note: I was able to copy the files over to network drives.

Kommentare