<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`FileSystemAdapter`](FileSystemAdapter) › [`exists`](FileSystemAdapter/exists) ## FileSystemAdapter.exists() method **Signature:** ```typescript exists(normalizedPath: string, sensitive?: boolean): Promise<boolean>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>normalizedPath</code> | <code>string</code> | | | <code>sensitive</code> | <code>boolean</code> | _(Optional)_ | **Returns:** `Promise<boolean>`