robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.15k stars 224 forks source link

Glob support for several FileSystem keywords #162

Open orlof opened 3 years ago

orlof commented 3 years ago

The exact list of keywords that need glob support is not obvious, but here are the candidates:

Change File Extension Copy File (Copy Files?) Copy Directory Empty Directory Move File (Move Files?) Move Directory Remove File (Remove Files?) Remove Directory Touch File Wait Until Created (Wait until one matching file exists) Wait Until Removed (Wait until no matching files exist)

osrjv commented 3 years ago

We accept PRs :wink: (added to roadmap)

cmin764 commented 3 years ago

Bash patterns for files matching when running operations. (ex.: *.png, name{1..10} -> name1, ..., name10) Check out fnmatch.