write(to:atomically:encoding:)
Writes the contents of the String to the URL specified by url using the specified encoding.
Declaration
func write(to url: URL, atomically useAuxiliaryFile: Bool, encoding enc: String.Encoding) throwsWrites the contents of the String to the URL specified by url using the specified encoding.
func write(to url: URL, atomically useAuxiliaryFile: Bool, encoding enc: String.Encoding) throws