FunctionsModulepath$isAbsoluteOn this page$isAbsolute This function checks if the given path is an absolute path using the path module. Parameters ParameterDescriptionpathStringThe path string to check for absoluteness. Example <AoiClient>.addCommand({ name: "misc", code: ` $isAbsolute[some/path] `,});