Creates a new path by appending a name (or relative path) to an existing path.
![]() |
base path specifies the path to which this function appends name. The default is an empty path. If base path is invalid, this function sets appended path to Not A Path. |
![]() |
name or relative path is the new path component appended to base path. If name or relative path is an empty string or an invalid path, this function sets appended path to Not A Path. If base path is an empty path and name or relative path is an absolute path, this function sets appended path to the absolute path in name or relative path. |
![]() |
appended path is the resulting path. |