pub fn get_project_directories() -> Result<ProjectDirs, TaskerFailure>Expand description
Returns an object containing the project’s respective directories to store data.
§Errors
Returns an error if the program can’t determine the appropiate directories to store its data in the user’s operating system.