Get URLs for system folders in iOS 16
Working with files and directories got a lot easier in iOS 16. Previously, to obtain the path to a file in the application folder, we had to use FileManager APIs, which are quite cumbersome. Now, we can the paths to system folders directly from static properties on URL type.