hw_AddPart -- append file name to path specification (V5.0)
Synopsis
int ok = hw_AddPart(STRPTR dirname, STRPTR filename, int size);
Function
This function appends the file name specified in parameter 2 to the directory
name passed in parameter 1. Depending on the operating system in use, the
components are joined by slash or backslash characters.
This function returns True on success, False otherwise.