Function pimsync::config::open_default_path

source ยท
pub(crate) fn open_default_path() -> Result<(PathBuf, File)>
Expand description

Open the configuration file, expecting it in the default path.

Returns the path of the file opened and the file itself.