# XATTR_CREATE

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

Create an attribute and fail if it already exists.

```ds title="XATTR_CREATE"
const XATTR_CREATE: XattrFlags
```

[language/library/src/fs/binding/xattr.ds:10](https://github.com/destack-sh/destack/blob/main/language/library/src/fs/binding/xattr.ds#L10)
