$currentWorkingDirectory
This function retrieves the current working directory using the process module.
Example
<AoiClient>.addCommand({
name: "misc",
code: `
$currentWorkingDirectory
`,
});
This function retrieves the current working directory using the process module.
<AoiClient>.addCommand({
name: "misc",
code: `
$currentWorkingDirectory
`,
});