Why can't I create a junction with Dropbox?

1

Had to relink my Dropbox after some problems and realized that my old Dropbox folder is "My Dropbox" and the new is "Dropbox". I went ahead and renamed the folder so I wouldn't have to download all of my files over and it merged nicely, taking forever to index though.

The problem now is that tons of program configurations and shortcuts are broken after the rename so I need to create a junction. However, this is what happens:

C:>mklink /J "C:\Users\Craig\My Dropbox" "C:\Users\Craig\Dropbox"

Cannot create a file when that file already exists.

What can I do?

Craig

Posted 2011-06-10T23:14:37.723

Reputation: 839

What is the output of the command dir C:\Users\Craig ? Does it contain an entry for "My Dropbox" ? – Darth Android – 2011-06-11T01:39:29.827

Answers

1

When Creating a Junction the initial Folder cannot exist "C:\Users\Craig\My Dropbox" mklink likes to create this itself

Very useful information on understanding mklink http://www.maxi-pedia.com/mklink

platinums

Posted 2011-06-10T23:14:37.723

Reputation: 219