write(toDirectory:)
Exports a binary file of the data table to the given directory path.
Declaration
func write(toDirectory path: String) throwsParameters
- path:
A file system directory path where the data table file should be written.
Exports a binary file of the data table to the given directory path.
func write(toDirectory path: String) throwsA file system directory path where the data table file should be written.