URL

From GNUstepWiki
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