Files.app "On My ..." folder URL?

I'm able to retrieve the URL for iCloud Drive but what I want to do is store my app documents in the "On My iPad" / MyApp.

Using FileManager.default.urls(for: .documentDirectory, in: .userDomainMask) just returns the document folder for the app container.

How can I access the public folder?

Thanks!

Turns out all you need to do is set LSSupportsOpeningDocumentsInPlace to true in your app's info.plist

Files.app "On My ..." folder URL?
 
 
Q