FunctionsModulepath$normalizePathOn this page$normalizePath This function normalizes a given path using the path module. Parameters ParameterDescriptionpathStringThe path string to be normalized. Example <AoiClient>.addCommand({ name: "misc", code: ` $normalizePath[some/../path] `,});