Move index folder
How to move the default index folder to other places?
Windows
Note
the mklink
is built-in tool in Windows.
- Open
cmd
as administrator - copy the index folder to another place,take
D:\gd-ng\index_new
for example. - Run
mklink /D "C:\Users\USERNAME\Application Data\GoldenDict\index" "D:\gd-ng\index_new"
- Run GoldenDict
Linux
use ln
to create a link.