Directory of persistent storage

I don’t recall if I’ve asked this before…

is there a way to get a directory of the keys in persistent storage? I know I can query a specific key, and manipulate it - but is there a way to get a list of what’s there (presumably for management, but I can think of other uses).

Not at the moment, you can wrap the save*Data methods to track that info (I posted a wrapper elsewhere on the forums). But we’ll be adding it.

I was more thinking about seeing what other projects had added to global storage (and maybe removing their data when I remove the project) - I try out most of the stuff posted here, and for some reason I get concerned about storage - which is insane, I know. I’m worried about 10s of k of stuff on a device with gigabytes of storage…