---
title: attrib
framework: dispatch
role: symbol
role_heading: Type Property
path: dispatch/dispatchsource/filesystemevent/attrib
---

# attrib

Changes to the metadata of the file system object.

## Declaration

```swift
static let attrib: DispatchSource.FileSystemEvent
```

## See Also

### File System Event Flags

- [all](dispatch/dispatchsource/filesystemevent/all.md)
- [delete](dispatch/dispatchsource/filesystemevent/delete.md)
- [extend](dispatch/dispatchsource/filesystemevent/extend.md)
- [funlock](dispatch/dispatchsource/filesystemevent/funlock.md)
- [link](dispatch/dispatchsource/filesystemevent/link.md)
- [rename](dispatch/dispatchsource/filesystemevent/rename.md)
- [revoke](dispatch/dispatchsource/filesystemevent/revoke.md)
- [write](dispatch/dispatchsource/filesystemevent/write.md)
