The keyword is "mklink" MS-Command, it can point this folder to that folder. Some commens:
1. Copy source-path to destination-path.
2. Delete source-path.
3. Run cmd.exe with administrator.
4. Type command, ex:
mklink /d "E:\BOX\Box Sync" "E:\BOX\Box"
5. If succeed, the notice is
symbolic link created for "E:\BOX\Box Sync" <<===>> "E:\BOX\Box"
6. If the error ""Cannot create a file when that file already exists." mean the source-path still not delete.
It is the answer:
https://wrw.is/switching-from-box-sync-to-box-drive/
The keyword is "mklink" MS-Command, it can point this folder to that folder. Some commens:
1. Copy source-path to destination-path.
2. Delete source-path.
3. Run cmd.exe with administrator.
4. Type command, ex:
mklink /d "E:\BOX\Box Sync" "E:\BOX\Box"
5. If succeed, the notice is
symbolic link created for "E:\BOX\Box Sync" <<===>> "E:\BOX\Box"
6. If the error ""Cannot create a file when that file already exists." mean the source-path still not delete.