Beginner Question: I have saved a couple of documents at
FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)
I confirmed using fm.contentsOfDirectory(at: path, includingPropertiesForKeys: nil)
that the files do exist.
How can I find them on my iPhone via the UI? They do not seem to show-up in the Document application. I like to share a couple of them manually with other devices.
Thanks so much
DJ