|
Purpose |
constructs the file name from its component parts | ||
|
Old name |
#define _nmfl df_make_name | ||
|
Syntax |
char* df_make_name(prefix, name, suffix, suff_over_ride) | ||
|
Parameters |
char* prefix |
Prefix to use in constructed file name | |
|
|
char* name |
Name of file | |
|
|
char* suffix |
Suffix to use in constructed file name | |
|
|
int suff_over_ride |
Indicates whether suffix in file name should be overidden | |
|
Description |
The df_make_name function constructs a file name from a prefix, a name and a suffix. The prefix indicates the disk and overrides that given in the name. The suffix contains 3 characters or less (except with UNIX). Typical suffixes used in DP4 are .PRN, .RLB, .DAT and .IND | ||
|
Return values |
Returns null-terminated pointer to the constructed name | ||
|
See also |
| ||