How can I get notebook 1 to show file locations after classification?

I’m using the first notebook in lesson one with my own images.
How can I get the code to print out the locations and classifications of the images?

I eventually want to use the code after the images have been classified to sort the images it classifies into folders with a for loop.
I can manage writing the for loop and os.rename to move them but the code to do this is pretty opaque. Something to do with data. I’m sure.

Is that clear? A command that returns the classification with file locations, please.