Function diary::utils::file_system::get_entry[][src]

pub fn get_entry(
    path: PathBuf,
    date: &Date<Local>,
    prefix: &str
) -> Result<File>
Expand description

Gets a diary entry file.

Arguments

  • path - The path to the diary entry.
  • date - The date of the entry.
  • prefix - The filename prefix.