I'd like that as well, although it's not an emergency. I'm deploying it to all my client machines. I have a workaround now that actually works OK. I just use MKLInk to create a junction in the AppData folder to point to a different folder, and then that folder can be shared via dropbox or whatever, e.g.
C:
CD %AppData%
Rem Delete or move the old LINQPad folder
MKLink /D LINQPad C:\MyFolder\LINQPad root
I'd like that as well, although it's not an emergency. I'm deploying it to all my client machines. I have a workaround now that actually works OK. I just use MKLInk to create a junction in the AppData folder to point to a different folder, and then that folder can be shared via dropbox or whatever, e.g.
C:
CD %AppData%
Rem Delete or move the old LINQPad folder
MKLink /D LINQPad C:\MyFolder\LINQPad root