Table of contents

Need better scanning performance?

Get a FREE customized reading template.

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/"
}

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.
  • 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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: