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