Navigation
BlueprintAPI > BlueprintAPI/FileUtils
Checks if a directory exists
Target is Blueprint File Utils BPLibrary
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Directory | The directory path to check |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if Directory exists, false otherwise |