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”,”\”)?
A.
{“C:”,“Users”,“UiPathRobot”,”Documents”,”Technologies”}
B.
{C:,\Users,\UiPathRobot,\Documents,\Technologies}
C.
{C:\,Users\,UiPathRobot\,Documents\,Technologies}
D.
{“C:\\”,“Users\\”,“UiPathRobot\\”,”Documents\\”,”Technologies”}
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
RashaAlqahtani
1 year, 2 months ago