AppleCFURL - UBogun/Xojo-iosLib GitHub Wiki
Inherits from CFObject
Memory leak check: not yet done
Status: Almost fully undone. Currently only usable where a CFURL needs to be passed as parameter
CFURL is the Core Foundation class for handling URLs and URL-related tasks. It is interchangeable with NSURL, in iOSLib terms AppleURL.
##Constructors Constructor (URL as CFStringRef): Creates a new CFURL object for the passed URL.
Constructor (URL As Xojo.IO.FolderItem): Creates a new CFURL object from a Xojo FolderItem.
##Properties BaseURL As AppleCFURL (read-only): Returns the base URL if one exists.