# FormatFileOptions

`interface` in `utils` · v0.4.0

<https://docs.seedcord.org/packages/utils/0.4.0/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.
