![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello everybody,
The file dialogs of Vista do not recognize directory symbolic links as folders but as files. To demonstrate, run the following commands: 1. Start cmd as Administrator and execute the following commands: 2. cd \Users\Public 3. mkdir TestFolder 4. mkdir TestSubfolder 5. cd TestFolder 6. mklink /D TestSubfolder \\computername\Public\TestSubfolder 7. Start Textpad: 8. Select menu Open file 9. Navigate in dialog to \Public\TestFolder 10. Double-click TestSubfolder The last action results in the following error message: You don't have permission to open file. Also, changing ownership of the shortcut does not change the situation. A similar result can be observed trying the Save file dialog, which tries to replace the directory symbolic link. Windows Explorer on the other hand recognizes directory symbolic links properly as folders. Surely, this cannot be the intended behavior of the file dialog? Is there any solution? Kind regards, Bjorn |