FunctionsModulepath$toNamespacedPathOn this page$toNamespacedPath This function converts a given path to its namespace-prefixed form using the path module. Parameters ParameterDescriptionpathStringThe path string to be converted. Example <AoiClient>.addCommand({ name: "misc", code: ` $toNamespacedPath[C:\\some\\path] `,});