Skip to main content
16-Pearl
January 10, 2018
Solved

How to change the local storage location of Project files?

  • January 10, 2018
  • 1 reply
  • 2109 views

Hi All,

Is it possible to change the default location of the Project files that are stored on your local PC?

I can see from the Studio log file that it the initializer sets up a home and ThingWorxStudio dir:

[12/19/2017 13:44:36] info: [twx-studio:initializer] ThingWorxStudio dir:  C:\Users\allan.thompson\Documents\ThingWorxStudio , home dir: C:\Users\allan.thompson\Documents

So is there an environment variable that controls the ThingWorxStudio dir option?  Or is it hardcoded?

Many thanks,

Allan

Best answer by mwassmann

the environment variable that controls the dir is your $userhome variable - if you change that env variable you would move your user directory in windows.

So, by using the launcher you can't change the project dir.

There is a way to launch studio in a different way - but it will be unsupported usage and as this I can't put that on the community.

Martin

1 reply

mwassmann5-Regular MemberAnswer
5-Regular Member
January 10, 2018

the environment variable that controls the dir is your $userhome variable - if you change that env variable you would move your user directory in windows.

So, by using the launcher you can't change the project dir.

There is a way to launch studio in a different way - but it will be unsupported usage and as this I can't put that on the community.

Martin

16-Pearl
January 10, 2018

Thanks Martin.