DisplayURL

Last Revision:
Version 2.1, 2011-04-18
Set SDK to Latest and deployment target to 10.6. Fixed a couple of minor static analyzer complaints.
(Full Revision History)
Build Requirements:
Mac OS X 10.6.x or later
Runtime Requirements:
Mac OS X 10.5.x or later

DisplayURL creates a CFURL and then uses CFURL functions to parse the CFURL and display its components. This is very useful for determining the exact behavior of the CFURL functions. DisplayURL accepts either a URL or path (from which a URL is created). DisplayURL allows you to create relative CFURLs and leave them relative, or make them absolute before parsing. And DisplayURL allows you to use the delete/append component and extension functions.