Skip to main content

$resolvePath

This function resolves a given path into an absolute path using the path module.

Parameters

ParameterDescription
pathStringThe path string to be resolved.

Example

<AoiClient>.addCommand({
name: "misc",
code: `
$resolvePath[some/../path]
`,
});