No overview available.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
No overview available.
SDKs
Framework
+ URLWith String:
Creates and returns an NSURL object initialized with a provided URL string.
- init With String:
Initializes an NSURL object with a provided URL string.
+ URLWith String: relative To URL:
Creates and returns an NSURL object initialized with a base URL and a relative string.
- init With String: relative To URL:
Initializes an NSURL object with a base URL and a relative string.
+ file URLWith Path: is Directory:
Initializes and returns a newly created NSURL object as a file URL with a specified path.
- init File URLWith Path: is Directory:
Initializes a newly created NSURL referencing the local file or directory at path
.
+ file URLWith Path:
Initializes and returns a newly created NSURL object as a file URL with a specified path.
- init File URLWith Path:
Initializes a newly created NSURL referencing the local file or directory at path
.
+ file URLWith Path Components:
Initializes and returns a newly created NSURL object as a file URL with specified path components.
+ URLBy Resolving Alias File At URL: options: error:
Returns a new URL made by resolving the alias file at url
.
+ URLBy Resolving Bookmark Data: options: relative To URL: bookmark Data Is Stale: error:
Returns a new URL made by resolving bookmark data.
- init By Resolving Bookmark Data: options: relative To URL: bookmark Data Is Stale: error:
Initializes a newly created NSURL that points to a location specified by resolving bookmark data.
+ file URLWith File System Representation: is Directory: relative To URL:
Returns a new URL object initialized with a C string representing a local file system path.
- get File System Representation: max Length:
Fills the provided buffer with a C string representing a local file system path.
- init File URLWith File System Representation: is Directory: relative To URL:
Initializes a URL object with a C string representing a local file system path.