# getFilePathWithoutDefaultDocument

**Kind:** Function

**Source:** [`src/utils/filepath.ts`](https://github.com/honojs/hono/blob/main/src/utils/filepath.ts#L32)

**Part of:** [Utils](subsystem-src-utils)

## Signature

```ts
function getFilePathWithoutDefaultDocument(options: Omit<FilePathOptions, 'defaultDocument'>): string | undefined
```

## Parameters

| Name | Type |
|---|---|
| `options` | `Omit<FilePathOptions, 'defaultDocument'>` |

**Returns:** `string | undefined`
