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
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
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
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.