Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| options:user_directory [2015/01/24 20:32] – admin | options:user_directory [2018/01/10 20:41] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * for **All users** should be in All Users\Application Data\HippoEDIT. | * for **All users** should be in All Users\Application Data\HippoEDIT. | ||
| - | Current | + | The current |
| - | {{: | + | {{: |
| ===== How to change User Directory path ===== | ===== How to change User Directory path ===== | ||
| - | In general changing of the //User Directory// location is only possible during of initial installation. If you do not like that your data is stored on in one of the standard user data folders (%AppData% or All Users\Application Data) it is recommended to select // | + | In general changing of the //User Directory// location is only possible during of initial installation. If you do not like that your data is stored on in one of the standard user data folders (%AppData% or All Users\Application Data) it is recommended to select // |
| - | But in case you have already done the installation, | + | But in case you have already done the installation, |
| + | |||
| + | Using soft link you can map HippoEDIT data directories (or full User Directory, if used //Current User// or //All Users// installation) to directory of your choice. For example: open console as Start Menu Run -> : | ||
| + | * Go to Start Menu -> type cmd.exe -> right mouse click on it -> Run as Administrator | ||
| + | * Type in the console window example below to create a junction point connecting HippoEDIT user directory in %AppData% to one in Dropbox folder. | ||
| + | < | ||
| + | mklink /D D: | ||
| + | </ | ||
| + | |||
| + | For the creation of the Junction point, you can use the mklink command as Junction tool from [[https:// | ||