# Folder Create directive
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
- [Details](#details)
## Basic Usage
```html
...
```
### Properties
| Name | Type | Default | Description |
| ----------------- | ------------------- | --------- | ----------------------------------------------------------------- |
| adf-create-folder | string | '-my-' | Parent folder where the new folder will be located after creation |
## Details
'FolderCreateDirective' directive needs the id of the parent folder where we want the new folder node to be created. If no value is provided, the '-my-' alias is used.
It opens the FolderDialogComponent to receive data for the new folder. If data is valid, on dialog close, it emits folderCreate event.