outputDir property

Directory outputDir
getter/setter pair

The directory where the dashboard keeps its files.

This includes settings, data, images, and anything else the user or dashboard may want to keep between sessions. Categories of output, like screenshots, should get their own subdirectory.

Implementation

late Directory outputDir;