# FormatFileOptions

`interface` in `utils` · v0.6.1

<https://docs.seedcord.org/packages/utils/0.6.1/interfaces/format-file-options>

Options for formatting file paths.

```ts
interface FormatFileOptions
```

## Properties

### onlyDir

```ts
onlyDir: boolean;
```

Whether to return only the directory part of the path.

### prefix

```ts
prefix: string;
```

A prefix to prepend to the formatted path.
