# pathByteBuffer

`import { pathByteBuffer } from "destack:fs/binding";`

Build a byte-oriented host path output buffer.

```ds title="pathByteBuffer"
export function pathByteBuffer(bytes: PathByteBuffer): PathBuffer
```

[language/library/src/fs/binding/path.ds:76:81](https://github.com/destack-sh/destack/blob/main/language/library/src/fs/binding/path.ds#L76-L81)
