UiPath Automation Developer Associate Exam (2023.10) UiPath-ADAv1 Question # 104 Topic 11 Discussion

UiPath Automation Developer Associate Exam (2023.10) UiPath-ADAv1 Question # 104 Topic 11 Discussion

UiPath-ADAv1 Exam Topic 11 Question 104 Discussion:
Question #: 104
Topic #: 11

How do you correctly create an array of strings containing the folder names from the variable FullFilePath = "C:\Users\UiPathRobot\Documents\Technologies"?


A.

String.Replace('"', FullFilePath)


B.

String.Replace(FullFilePath, ‘"’)


C.

Split(FullFilePath, "\")


D.

Split("", FullFilePath)


Get Premium UiPath-ADAv1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.