Click or drag to resize
AspriseImagingaddToSystemPath Method

» Asprise Scan Home · Developer's Guide

Adds the given directory to the PATH variable.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void addToSystemPath(
	string dir
)

Parameters

dir
Type: SystemString
The folder to be added to PATH
See Also