get_raw_filename (3) Linux Manual Page
get_raw_filename — retrieve the pathname of a binary file in a dirfile Synopsis#include <getdata.h> const char *get_raw_filename(DIRFILE *dirfile, const char *field_code);DescriptionThe get_raw_filename() function retrieves the pathname of the file backing the RAW field specified by field_code in the dirfile specified by dirfile. If field_code contains a valid representation suffix, it will be ignored. Return ValueOn…
