[iOS] Show Folders as Table

For example, if there is folder iOS, iPadOs, macOS, how can I show them in tableview?

Example

iOS
iPadOS
macOS

Should I use FileManager or my own algorithm?
It it in your own app ?

If so, yes, you can retrieve the list of folders with FileManager and put them in your own tableview.

But maybe I missed your point ?
Claude31, you're right, is there any cocoa function for it?
[iOS] Show Folders as Table
 
 
Q