# FILE_ALLOCATE_NO_HIDE_STALE

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

Do not hide stale data when the host supports that mode.

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

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