Missing "Create Directory" Activity

I’m completing the 3rd exercise from the Advance Certification developer, and in one step i have to use the activity “Create Directory” and i can’t find it.
I tray to install the “System.DirectoryServices” package but the won’t get installed.
image
What can i do?

Hello,
You can create a directory using the assign activity:

Hope this helps.

2 Likes

@SowmyaLeo you will have to use ‘Invoke Method’ activity, not Assign. The object would be new Directory and the method would be CreateDirectory and the paramaters would have an ‘In’ string specifying the path where the directory should be created

1 Like

I think both are options.

2 Likes

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