Files 1.5.2
You can now easily access a folder deeper within a parent folder's tree, by calling:
try folder.subfolder(atPath: "A/B/C")
instead of having to retrieve all the intermediate folders.
You can now easily access a folder deeper within a parent folder's tree, by calling:
try folder.subfolder(atPath: "A/B/C")
instead of having to retrieve all the intermediate folders.