QuestionQ11
Variables and ArgumentsHow can you correctly create a string array containing the folder names from the variable FullFilePath = "C:\Users\UiPathRobot\Documents\Technologies"?
- A String Replace("'.FuliFilePath)
- B Split(FullFilePath. "')
- C Split("'.FullFilePath)
- D String.Replace(FullFilePath."')
Community Discussion