> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/ui-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/ui-plus/components/command/load-button.md).

# Load Button

Launch a file load dialog when clicked and return a directory path

## Description

Launch a file load dialog when clicked and return a directory path

{% tabs %}
{% tab title="Preview" %}
![](https://97674526-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQQ5Dv56AckPkeQ6O9Rf%2Fuploads%2FxoBfqAIBeekj4ARhiowR%2FLoad.png?alt=media\&token=ab767b2d-1346-4a2b-908b-46cda026b4a2)
{% endtab %}

{% tab title="Location" %}
**Name** | Ui Load Button

**Nickname** | Load Btn

**Tab** | Ui

**Panel** | Command

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**\*E** | **Element** (*Ui+ Element*) | An optional input for an Element.&#x20;

> If an Element is input it will be updated, if empty a new Element will be created.
>
> The input control must be of the same type as the component

**L** | **Label** (*Text*) | The control label

**E** | **Extensions** (*Text*) | "A list of standard file extension formats (Name | Extension)

**P** | **Folder Path** (*Text*) | A default folder path

**M** | **Multiple** (*Bool*) | Select multiple files
{% endtab %}

{% tab title="Ouputs" %}
**E** | **Element** (*Ui+ Element*) | Ui Element Control.&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
