Studio has the ability to work online while connected to Definition Center, or offline. While offline, Studio saves to the following locations by default:
Windows: %userprofile%\iRise\Studio\data
Mac: ~/Application Data/iRise/Studio/data
Redirect Studio data for Windows
Note the double back slashes in the path. This is required. A UNC path would look like so: \\\\new\\path\\goes\\here
Close Studio
Open irise.properties in a text editor. It is located in the Studio installation directory, which by default is
C:\Program Files (x86)\iRise\Studio
.Add the following line under #IRISE HOME:
irise.data.directory=X:\\new\\path\\goes\\here
Save irise.properties and restart Studio.
Redirect Studio data for Mac
Close Studio
Open Finder, and locate the Studio app.
Right-click on the Studio app and select Show package contents to reveal its contents.
Open irise.properties in a text editor. It is located in
<Studio app contents>/Contents/Resources/Studio
Locate the
irise.user.folder
line and change path accordingly