write(to:)
Exports a binary file of the data table to the given directory URL.
Declaration
func write(to directoryURL: URL) throwsParameters
- directoryURL:
The directory location in the file system to which the data table file should be written.
Exports a binary file of the data table to the given directory URL.
func write(to directoryURL: URL) throwsThe directory location in the file system to which the data table file should be written.