I have a document library with subfolders containing images. I'd like to traverse the subfolders and grab the URLs of those images so that I can display them on my little js web app I'm whipping up.
I can only seem to get the root of the document library using SPServices' GetListItems. I've tried passing in "library/subfolder" as the list name, but that didn't work.
Is there a way to do this?