dsnezhkov / racketeer

MIT License
68 stars 22 forks source link

wildcards in the FilePath #10

Closed wimdecorte closed 2 years ago

wimdecorte commented 2 years ago

Does the policy allow for wildcards to specify all files in a folder? Specifying an individual file works "Files": [ { "FilePath": "D:/live_files/OAuth_tester.fmp12", "Operation": 2, "Key": "9993c359-c68a-4c11-8cd0-f4c4695be28f" },

but using any of these does not "FilePath": "D:/live_files/", "FilePath": "D:/live_files/", "FilePath": "D:/live_files/.*",

dsnezhkov commented 2 years ago

Not yet supported but planning on doing so.