FunctionsModulefs$dirExistsOn this page$dirExists This function checks if a directory exists at the specified path. Parameters ParameterDescriptiondirPathPath to the directory to be checked. Example <AoiClient>.addCommand({ name: "misc", code: ` $dirExists[path/to/directory] `,});