URL

From GNUstepWiki
Revision as of 20:36, 21 July 2012 by Awiebe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

All APIs that used "paths"(file) are now moving towards using URLs for obvious reasons:

  • No confusion between windows and *NIX paths
  • URLs can declare a protocol for transport when accessing remote paths.
  • URLs provide a standard, unambiguous reference to any resource.

URL Related Classes