Skip to contents

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

Value

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

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

Examples

if (FALSE) {

  getEctdExternalPath()    # Look at available paths

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

}