What's the difference between path and URL in iOS?

Viewed 7158

In a class such as NSFileManager there are 2 versions of practically every method. One for paths and one for URLs. What's the difference? And what's the best practice for converting a URL to a path.

2 Answers
Related