# ResourcesPath

Parameter `ResourcesPath` specifies the directory path that contains the resources needed for code parsing.

## JSON Structure

**Location in template:**
```
CodeParserTaskSettingOptions[i]
    └── ResourcesPath
```

**Parent object:** [CodeParserTaskSetting](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/task-settings/code-parser-task-settings.md) object

**Example:**

```json
{
    "ResourcesPath" : "../VIN/"
}
```

> [!NOTE]
> - This snippet shows only the `ResourcesPath` parameter.
> - To use it, embed this parameter within a [CodeParserTaskSetting](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/task-settings/code-parser-task-settings.md) object.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#minimal-valid-json-example)

## Parameter Details

| Brightness Parameter Details |
| :------------- |
| **Type**<br>*String* |
| **Range**<br>any valid string |
| **Default Value**<br>"" |

**Remarks**

- The default value, "", means the resources directory under current executable path.
- `ResourcesPath` can be either an absolute path or a relative path. When the value is a relative path, it's relative to current executable path.
