Move index folder
To move the index folder to other places:
Windows
Note
the mklink is built-in tool in Windows.
- Open
cmdas administrator: - Copy the index folder to another place, take
D:\gd-ng\index_newfor example.: - Run
mklink /D "C:\Users\USERNAME\Application Data\GoldenDict\index" "D:\gd-ng\index_new": - Run GoldenDict:
Linux/macOS
Use the ln command.