# FILE_OPEN_CREATE

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

Create the entry when it does not exist.

```ds title="FILE_OPEN_CREATE"
const FILE_OPEN_CREATE: FileOpenFlags
```

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