Check folder with todays date

Need to check todays date folder is present in local drive if check with contains the file name along with todays name

Tried
Item.contains(“name”+ now.tostring(“ddmmyyyy”)

But it shows

Hi @gowtham_tamil

Try to use Tostring

Item.Tostring.contains(“name”+ now.tostring(“ddmmyyyy”)

Regards
Gokul

What is the type of Item ? @gowtham_tamil

@Gokul001 thanks man got clearified

Great @gowtham_tamil

Happy automation

Regards
gokul

You can use Exist folder activity and pass Path+now.ToshortDateString and use it.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.