GO FOLDERCONTENT wildcard paths

can wildcard paths be used with the GO FOLDERCONTENT ?

as in
GO C:\Photo Shoot\July\*.* FOLDERCONTENT
or
GO C:\Photo *.*\July\*.* FOLDERCONTENT

I don't think it supports that. You can specify multiple paths (see Start Menu button for an example) but not wildcards.

If wildcards did work, you'd also need quotes around the paths (since they contain spaces) and would want to use * rather than *.* (unless you only wanted folders with at least one . in their names).

bit of an ommision not supporting wildcards ?

dirfilter helps, but has limitations, for instance using a dirfilter for all folders with Artist in the name will list all Artist folders but not any sub-folders unless they also conatain the word Artist.
On the other hand having a path wildcard filter would allow all folders with Artist in the name and show all the sub-folders.

Supporting wildcards (especially in multiple levels of the path like your example) could make it very slow, and I don't think anyone has ever asked for that before.

Did a search for dirfilter only about 13 hits.
Only recently discovered how useful it is with FOLDERCONTENT due mainly in part to the new embeddedcmddirs argument.

After some more thought it would be a lot easier to implement an additional argument for FOLDERCONTENT dynamic buttons that allows for dirfilter to not be applied to all sub-folders.
Something like norecurse

(will tag this post as feature request)