blissoda.resources.copy_resource_glob#
- blissoda.resources.copy_resource_glob(*args, dest_dir=PosixPath('.'))[source]#
Copy all resource files matching the given glob pattern to the destination directory.
- Parameters:
args (
str) – A glob pattern, e.g.('xrpd', '*.json')or('exafs', '*.ows').dest_dir (
Path) – The directory where the files will be copied (default: current directory).
- Return type:
None