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.
What can i do?
@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.