| AspriseImagingaddToSystemPath Method  | 
            Adds the given directory to the PATH variable.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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