Contents

write(toDirectory:)

Exports a binary file of the data table to the given directory path.

Declaration

func write(toDirectory path: String) throws

Parameters

  • path:

    A file system directory path where the data table file should be written.

See Also

Saving a data table