FunctionsModulepath$resolvePathOn this page$resolvePath This function resolves a given path into an absolute path using the path module. Parameters ParameterDescriptionpathStringThe path string to be resolved. Example <AoiClient>.addCommand({ name: "misc", code: ` $resolvePath[some/../path] `,});