UiPath RPA Associate (UiRPA) — Question 63
A developer needs to create an array of folder names in the file path by using the Split method. What is the result of the Split method: Split (“C:\Users\UiPathRobot\Documents\Technologies”,”\”)?
Answer options
- A. {“C:”,“Users”,“UiPathRobot”,”Documents”,”Technologies”}
- B. {C:,\Users,\UiPathRobot,\Documents,\Technologies}
- C. {C:\,Users\,UiPathRobot\,Documents\,Technologies}
- D. {“C:\\”,“Users\\”,“UiPathRobot\\”,”Documents\\”,”Technologies”}