FunctionsModulepath$joinPathOn this page$joinPath This function joins path segments using the path module. Parameters ParameterDescriptionpathPartsThe path segments to be joined. Example <AoiClient>.addCommand({ name: "misc", code: ` $joinPath[path/part1; path/part2; file.txt] `,});