Find folder with wildcard?

I want to choose folder by condition datenow_monthnow_******

Example today day 17 month 06
I want to choose folder 17_06_*******

image

How to edit code below.
image

Please guide me about it.

Hi @fairymemay

Please try this

Directory.getdirectories("D:" ,now.tostring(“dd_MM”) + “*”)

Thanks