Create Directory

Hello,
i am new and i need help for creating a Directory. The Name of this Directory should be the time of today.
I get a daily email and this email includes attachements. So, now i want to save these attachements in a directory on my desktop with the name of todays date (e.g).
Better how can i create a directory with date and time as name.
Is this possible in UiPath or is there any other Options?
Thanks for Helping :slight_smile:

Even I have the same requirement, can some one help me on this with solution?

Thanks
Kavitha

Hi @KavithaManohar

Use & Now.ToString(“dd_MMM-yyyy”) after your path.
ex: "C:\Users\Documents\Portal"& Now.ToString(“dd_MMM-yyyy”)

Thanks,
Sruthi