pub fn delete_memory(cwd: &Path, id_or_name: &str) -> Result<Option<PathBuf>>Expand description
Delete a memory by name or file-stem id. Returns the deleted path, or
None if no match.
ยงErrors
Removing the file once a match is found. No match is Ok(None), not an
error.