Removing files with DSC

Is anyone aware of a DSC resource module that will allow me to do a search through a directory structure and delete files with specific names and/or extensions? The builtin File resource doesn’t allow wildcards in the path itself, just the file name.

I have a script to complete this already but I was curious if I could do it through DSC instead.

Thanks!

Nothing built in or nothing I seen on GitHub, but you can use the Script Resource that’s built-in to run a script you already have.