---
title: es_event_chdir_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_chdir_t
---

# es_event_chdir_t

A type for an event that indicates a change to a process’s working directory.

## Declaration

```swift
struct es_event_chdir_t
```

## Topics

### Inspecting Event Properties

- [target](endpointsecurity/es_event_chdir_t/target.md)
- [reserved](endpointsecurity/es_event_chdir_t/reserved.md)

### Initializers

- [init(target:reserved:)](endpointsecurity/es_event_chdir_t/init(target:reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Process Event Types

- [es_event_chroot_t](endpointsecurity/es_event_chroot_t.md)
- [es_event_exec_t](endpointsecurity/es_event_exec_t.md)
- [es_event_fork_t](endpointsecurity/es_event_fork_t.md)
- [es_event_proc_check_t](endpointsecurity/es_event_proc_check_t.md)
- [es_event_signal_t](endpointsecurity/es_event_signal_t.md)
- [es_event_exit_t](endpointsecurity/es_event_exit_t.md)
