pub fn ensure_user_config() -> Result<PathBuf>
Expand description

Get the directory for per-user Tectonic configuration files, creating it if needed.

This is largely the same as get_user_config, but ensures that the returned directory actually exists.