Unable to Create Folder

I am unable to find any actvity which can create a folder.

Please help me with the name of activity which can help me create a directory in Windows.

Hi,

You can use PowerShell activity to create a directory structure in Windows

Regards,
Amit

1 Like

Thanks @amit_anand15

I was able to create the folder using the command

New-Item “C:\SharedFolder” -itemType Directory