* Read a DIR
* Get a list of .LOG file names
* Open Notepad++
* For each item in the array:
* Open the file
* Save as XML
* Save file name as the same name as the array, without the '.LOG'. From the videos on Academy, my first thought is to use the SPLIT function before the '.'?
Close the file, move to the next item in the array
I used the example from UiPath Academy to read a directory and display the file names.
Thank you for your response. Can you explain how to use “item.FullName”? I tried to put it in the “ForEach” and “Write line” and it didn’t work.
I’ve been searching the form for “item.fullName” and can’t seem to find a topic that answers my question. Is the “ForEach” item already considered an array?
Do I even need the array?
If anyone knows of an existing example they could point me to that would be great. Still learning to navigate the forum.