# Editor.EditorUtility.IsCodeFolder

```csharp
static bool IsCodeFolder(string fullPath)
```

Checks if a given folder is a code folder, e.g. [project root]/Code

### Parameters

- `fullPath` (`string`)

### Returns

`bool`

Declared in [Editor.EditorUtility](/api/Editor.EditorUtility).
Assembly: `Sandbox.Tools`.
