Create directoryy

How to create directory with today’s date and time as its name

1 Like

There’s an activity called CreateDirectory for which you need to set the path to the folder you want to create. This path can be relative or absolute.

Then to set the date and time you can use: Now.ToString("MMddyyyy hhmm") at the end of the path you set to the CreateDirectory activity.

1 Like

we can use create directory activty
Cheers @Sweety_Girl

1 Like

Hi @Sweety_Girl
in that whilie mentioning the file path
“yourfilepath” + “/” + Now.ToString(“dd_MM_yyyy_hh_mm”)

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