Profile Storage Location
Please review the Terms of Material Use on this Resource.
Currently, setting the profile storage path works like this:
- You need to create a
zp8.profilemanager.json
file in your Documents (if it doesn't already exist) - Add a Paths section to the file Example:
To save to the TWST folder
{ "Paths":
{ "ProfilesRootPath": "C:/Users/Administrator/Desktop/TWST" }
}
Or if you want to save profiles to the D drive in the %Name% folder, add the following:
{ "Paths":
{ "ProfilesRootPath": "D:/%Name%" }
}
Please note
The path in Explorer is written as D:\%Name%
, but for JSON you need to use D:/%Name%
.