I would like to extract just the names of the files inside each folder, like:
banner1.png
banner2.png
file.html
name.pdf
I figured it might be possible if I could FIND the last '/' on each string and extract whatever comes after it, but I'm not managing. Anyone knows if that's possible?