ectdExternalPath: Controls paths to a set of external execution paths

Description Usage Arguments Details Value Author(s) Examples

Description

Gets and sets paths to external

Usage

1
2
getEctdExternalPath(pathName)
setEctdExternalPath(pathName, Value) 

Arguments

pathName

Name of the path to return or set. When using getEctdExternalPath, leave pathName blank to return a vector of available path names

Value

New value for the path

Details

getEctdExternalPath gets the execution path for a specific application on a particular environment setEctdExternalPath sets an execution path for an application

More permanent changes can be made by modifying the "ECTD.ini" file in the library root

Value

The "getEctdExternalPath" function returns the current execution path for a given "pathName" The "setEctdExternalPath" function invisibly returns the updated path list

Author(s)

Mike K Smith mstoolkit@googlemail.com

Examples

1
2
3
4
5
6
7
8
## Not run: 

	getEctdExternalPath()		# Look at available paths

	getEctdExternalPath("SASPATH_WIN")		# Get the "SAS Execution on Windows" path
		

## End(Not run)

MSToolkit documentation built on May 2, 2019, 6:30 p.m.