open: Instance Method

- (void) open:(NSString *) filePath;

Opens the writer for output.

Parameters

  • filePath — The output file path.
Top