Copy files matching source glob pattern to destination.
Parameters:
-
source
(str)
–
Glob pattern for the files to copy.
-
destination
(str)
–
Destination path to copy the matched files to.
Returns:
-
Dictionary containing 'copied_files' and 'destination'.
–