Hi All,
I am using UiPath to
Get all files from a root folder into an array - Directory.GetFiles(Str_RootPath,“*”,searchOption.AllDirectories)
I then want to loop through each item of the array and split it based on the folder “/”, however my write lines are always blank.
Am I using split incorrectly?