# Editor.FolderSelector

A text entry with a browse button that opens the OS folder picker. Editor only - games
don't get to poke around the filesystem.

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`
- Inherits: [Sandbox.UI.Panel](/api/Sandbox.UI.Panel)

## Constructors

- [`FolderSelector`](/api/Editor.FolderSelector/.ctor)

## Properties

- [`Text`](/api/Editor.FolderSelector/Text): The folder path in the box.
- [`ValueChanged`](/api/Editor.FolderSelector/ValueChanged): The folder path has changed - typed or picked.
