Function get_group_file_path
Source pub fn get_group_file_path(group_name: &str) -> Result<PathOwned>
Expand description
Constructs the file system path for a group’s data file.
§Arguments
Group_name
- The group name to generate a path for
§Returns
Returns Ok(Path_owned_type)
with the complete path to the group file,
or Err(Error::Failed_to_get_group_file_path)
if path construction fails.