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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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