read(from:options:documentAttributes:)
Sets the contents of receiver from the file at the specified URL.
Declaration
func read(from url: URL, options: [AnyHashable : Any] = [:], documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>?) -> BoolParameters
- url:
The URL of the document to open.
- options:
The option keys for importing the document. For a list of possible values, see “Option keys for importing documents” in Nsattributedstring.
- dict:
On return, contains the document attributes. For a list of possible values, see “Document Attributes” in Nsattributedstring.
Return Value
true if the attributed string is created successfully or false if it was not.
Discussion
Filter services can be used to convert the contents of the URL into a format recognized by Cocoa.