
Edit:And sorry for the long long text for this small problem

Today i noticed some weird behaviour when trying to pack a file from my Dekstop to a Zip file into another direcotry on a different Drive.
To easily access my desktop (which i use as a central place to temporarily store anything) with TC, i added a button with CMD cm_OpenDesktop somewhere in the ButtonBar.
That works well, no problems.
But when i then try to select a file and use *ANY* packer (Zip, Tar, or Wipe plugin, i'm sure other Plugins are affected as well) to create the destination file into the other sides active panel, TC timesout with an error saying "Can't open file for Read \\Desktop\file.ext"
I guess the Problem is that the pseudo-path \\Desktop\ which reflects of course the logged-in users desktop folder in documents&settings, is not accessible for the Packer plugins and the built-in packer functions.
Lister Plugins work fine!
A possible workaround is to open any subfolder on desktop, which will navigate to the realpath+subfolder, and then using ".." to go one level up, which then will open the real desktop path and the problem vanishes.
I could also change my button to link to the specific desktop path, but...
wheres the sense in having cm_OpenDesktop then?
I configured my button bar once and redistributed it to different systems using different desktop locations.
There might be also another environment variable which would solve this, but anyway to me this looks like the behaviour is not as designed/intended.
Dont know how it looks like in TC8, but why not spending some minutes to change the behaviour of how cm_OpenDesktop is opening the current users desktop path?
br
seb
PS: selecting a file on \\Desktop\ and clicking my button for notepad++ also results in "file not found"...