# FILE_ALLOCATE_ZERO_RANGE

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

Convert the requested range into explicit zeroed blocks.

```ds title="FILE_ALLOCATE_ZERO_RANGE"
const FILE_ALLOCATE_ZERO_RANGE: FileAllocateFlags
```

[language/library/src/fs/binding/file.ds:159](https://github.com/destack-sh/destack/blob/main/language/library/src/fs/binding/file.ds#L159)
