pub fn make_file_entry( conn: &MysqlConnection, name: &str, dt: Vec<u8>, location: Option<i32>, lbl: Option<&str>) -> Result<Entry, IcError>