> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dotouch-emu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# fileExists

> Vérifie si un fichier existe au chemin indiqué.

Vérifie si un fichier existe au chemin indiqué.

#### 🎮 Méthode

```lua theme={null}
fileExists(path)
```

#### 📝 Arguments

| Nom    | Type     | Description                   |
| ------ | -------- | ----------------------------- |
| `path` | `string` | Chemin du fichier à vérifier. |

#### 💎 Valeur de retour

| Type      | Description                  |
| --------- | ---------------------------- |
| `boolean` | `true` si le fichier existe. |
