URL

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