AspriseOCRaddToSystemPath Method |
Adds the given directory to the PATH variable.
Namespace: asprise_ocr_apiAssembly: asprise-ocr-api (in asprise-ocr-api.dll) Version: 15.3.1.0 (15.3.1.0)
Syntax public static void addToSystemPath(
string dir
)
Public Shared Sub addToSystemPath (
dir As String
)
public:
static void addToSystemPath(
String^ dir
)
static member addToSystemPath :
dir : string -> unit
Parameters
- dir
- Type: SystemString
The folder to be added to PATH
See Also