Photo display question

Anyone know of a simple way to have OnsceenImage display the next image in a directory, even if the code doesn’t supply the name?

You can use os.listdir() or similar tools to walk through all the names of files in a given directory.

David