success = AddPart( dirname, filename, size )
D0 D1 D2 D3
BOOL AddPart( STRPTR, STRPTR, ULONG )
This function adds a file, directory, or subpath name to a directory path name taking into account any required separator characters. If filename is a fully-qualified path, it will totally replace the current value of dirname.
Does not check if a subpath is legal (i.e. doesn't check for ':'s) and does not handle leading '/'s in 2.0 through 2.02 (V36). V37 fixes this, allowing filename to be any path, including absolute.