---
title: chdir
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_events_t/chdir
---

# chdir

Properties of an event that indicates a change to a process’s working directory.

## Declaration

```swift
var chdir: es_event_chdir_t { get set }
```

## See Also

### Process Events

- [chroot](endpointsecurity/es_events_t/chroot.md)
- [exec](endpointsecurity/es_events_t/exec.md)
- [fork](endpointsecurity/es_events_t/fork.md)
- [proc_check](endpointsecurity/es_events_t/proc_check.md)
- [signal](endpointsecurity/es_events_t/signal.md)
- [exit](endpointsecurity/es_events_t/exit.md)
