setEctdExternalPath: Controls paths to a set of external execution paths

View source: R/metaManagement.R

setEctdExternalPathR Documentation

Controls paths to a set of external execution paths

Description

Gets and sets paths to external

Usage

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

Examples

## Not run: 

	getEctdExternalPath()		# Look at available paths

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


## End(Not run)


MikeKSmith/MSToolkit documentation built on Feb. 15, 2024, 5:32 p.m.