How to Create a folder with current timestamp as the folder name

hi,

Our requirment is to create result folder with current timestamp as the folder name. Please Suggest/guide me to do the same.

thanks,
santhosha

Hi,

First generate current time stamp and store in a Date/Time argument
Convert it to string and then using concatenation function append to path where you want to create folder

You can refer VB . net functions for reference

Regards,
Amit