> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksfilewatcher/ks.unity.editor.ksfilewatcher.flags.md).

# Enum ksFileWatcher.Flags

Namespace: [KS.Unity.Editor](/reactor/api-reference/ks.unity.editor.md)\
Assembly: KSUnity-Editor.dll

Flags for configuaring the file system watcher

```csharp
public enum ksFileWatcher.Flags
```

## Fields

`ALL = 255`

Watch for all file events and watch subdirectories.

`FILE_CHANGED = 2`

Watch for file changes.

`FILE_CREATED = 4`

Watch for file creation.

`FILE_DELETED = 8`

Watch for file deletion.

`FILE_RENAMED = 16`

Watch for file renames.

`INCLUDE_SUBDIRECTORIES = 1`

Watch subdirectories

`NONE = 0`
