Difference between revisions of "Data Directory"
(Created page with "{| class="wikitable" |- ! OS !! Program data location |- | Windows* || C:\Users\%Username%\AppData\Local\MatterControl |- | Mac OS X || ~/.local/share/ |- | Linux || ~/.local/...") |
|||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | == Location == | ||
| + | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! OS !! Program data location | ! OS !! Program data location | ||
|- | |- | ||
| − | | Windows | + | | Windows || C:\Users\%Username%\AppData\Local\MatterControl\ |
|- | |- | ||
| − | | Mac OS X || ~/.local/share/ | + | | Mac OS X || ~/.local/share/MatterControl/ |
|- | |- | ||
| − | | Linux || ~/.local/share/ | + | | Linux || ~/.local/share/MatterControl/ |
|} | |} | ||
| + | |||
| + | == Database == | ||
| + | |||
| + | MatterControl stores most of its internal settings in an SQLite database file called {{ic|MatterControl.db}}. See the [[Data Directory/Database|Database]] page for more information on what is stored here. | ||
Latest revision as of 16:51, 3 February 2017
Location
| OS | Program data location |
|---|---|
| Windows | C:\Users\%Username%\AppData\Local\MatterControl\ |
| Mac OS X | ~/.local/share/MatterControl/ |
| Linux | ~/.local/share/MatterControl/ |
Database
MatterControl stores most of its internal settings in an SQLite database file called MatterControl.db. See the Database page for more information on what is stored here.