# Sandbox.BaseFileSystem.FileExists

```csharp
bool FileExists(string path)
```

Returns true if the file exists on this filesystem

### Parameters

- `path` (`string`)

### Returns

`bool`

Declared in [Sandbox.BaseFileSystem](/api/Sandbox.BaseFileSystem).
Assembly: `Sandbox.Filesystem`.
