OpenFLUID.addExtraSimulatorsPathsR Documentation

Adds paths to search for simulators

Description

Adds paths to search for simulators

Usage

OpenFLUID.addExtraSimulatorsPaths(paths)

Arguments

paths

the colon separated paths to add

See Also

OpenFLUID.getSimulatorsPaths

OpenFLUID.getExtraSimulatorsPaths

OpenFLUID.resetExtraSimulatorsPaths

Examples

## Not run: 
OpenFLUID.addExtraSimulatorsPaths("/first/path")
OpenFLUID.addExtraSimulatorsPaths("/second/path:/third/path") ## on unix system
OpenFLUID.addExtraSimulatorsPaths("/second/path;/third/path") ## on windows system
OpenFLUID.addExtraSimulatorsPaths(c("/fourth/path","/fifth/path"))

## End(Not run)