BaseWriter.written_path

Contents

BaseWriter.written_path#

property BaseWriter.written_path: Path[source]#

Return the formatted path of the written files.

Added in version 0.49.0.

Returns:
pathlib.Path

The path of the written file.

Notes#

Unlike path, written_path is the actual path of the written file. For most readers, path and written_path are identical. In cases where multiple files are written (e.g. vtkEnSightWriter), this path corresponds to the “main” output file that would be used for reading the mesh again.