setSimplaceDirectories {simplace} | R Documentation |
One can specify all or only some of the directories. Only the directories specified will be set.
setSimplaceDirectories(simplace, WorkDir = nullString, OutputDir = nullString, ProjectsDir = nullString, DataDir = nullString)
simplace |
handle to the SimplaceWrapper object returned by |
WorkDir |
working directory where solutions, projects and data resides (_WORKDIR_) |
OutputDir |
directory for output (_OUTPUTDIR_) |
ProjectsDir |
optional directory for project data (_PROJECTSDIR_) |
DataDir |
optional directory for data (_DATADIR_) |