FunctionsModulefs$readdirOn this page$readdir This function reads the contents of a directory at the specified path. Parameters ParameterDescriptiondirPathPath to the directory to read the contents of. Example <AoiClient>.addCommand({ name: "misc", code: ` $readdir[path/to/directory] `,});