Question / request, workspace files

Hi Chris,

Is it possible to specify paths in the workspace file relative to a user’s home directory?
If not, could you allow this? Perhaps you could allow $HOME or ${HOME} to be put in the strings there.

Mark

Hi Mark,

Paths in workspace files can include ~, which expands to the user’s home directory, e.g.

"experimentPath" : "~/Documents/Experiments/Exp.xml"

Cheers,
Chris

Thanks, this is great.