I have been a long-time user of wincmd/totalcmd (since I was sent my copy via floppy!), and I cannot (will not?) imagine a computer without it.
I have only recently came across wide-spread use of "
junctions" within my windows install (used extensively for nVidia's Omniverse SDK), and I'm having some issues with TC and them.
I have a basic folder structure like this:
Code: Select all
+---c:\user\code\kit_00
+---app -> [c:\other\install]
+---exts
+---tools
Where that "
app" is a junction to a different folder on my drive. If I want to move that "
c:\user\code\kit_00" elsewhere, TC will MOVE the entire "
app" directory instead of moving just the "
junction". That is, if I move "
c:\user\code\kit_00" to "
c:\other\kit_00", then that "
app" directory will also be moved and it will no longer be in "
c:\other\install". So the result is this:
Code: Select all
+---c:\other\kit_00
+---app
+---exts
+---tools
And "
c:\other\install" is empty.
I can't imagine this ever been the intented outcome for this system. Is there a way to treat junctions as they are?