Need better scanning performance?
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 object
Example:
{
"ResourcesPath" : "../VIN/"
}
- This snippet shows only the
ResourcesPathparameter.- To use it, embed this parameter within a CodeParserTaskSetting object.
- For the complete JSON structure, see:
Parameter Details
| Brightness Parameter Details |
|---|
| Type String |
| Range any valid string |
| Default Value ”” |
Remarks
- The default value, “”, means the resources directory under current executable path.
ResourcesPathcan be either an absolute path or a relative path. When the value is a relative path, it’s relative to current executable path.