Copy past rename folder

Hi All,

I want to create a new subfolder with the date of the previous month : Example now current month December 2017.I want that in Folder ABC subfolder 10.2017 is selected then copied and pasted
This new subfolder is recalled 11.2017 and in January same story.

Folder ABC

SUB Folders

01.2017
02.2017
03.2017
04.2017
05.2017
06.2017
07.2017
08.2017
09.2017
10.2017
11.2017

Thanks for your help

Hi,

Create directory activity with "folderame" & Now.AddMonths(-1).ToString(“MM.yyyy”) should do it concerning creation of the folder with the appropriate string.

Cheers