# XATTR_REPLACE

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

Replace an attribute and fail if it does not exist.

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

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