What’s the most convenient method to check whether a document is in iCloud or not?
Initially I was going to remove the last path component and compare the item url with the container url (assuming it’s non-nil) but realised that it doesn’t take into account possible subdirectories (e.g folders) if I choose to implement them later on.
Thanks