符号链接很久以前就在 Windows 中引入了,但我仍然遇到大量使用连接点的系统。我知道符号链接提供的功能不在连接点(例如,它们在外部驱动器上工作);我的问题是是否有特定于连接点的功能使它们在某些情况下比符号链接更合适。
brendan
Asked:
2010-03-25 12:44:06 +0800 CST
我们有在 Windows Server 2003 和现在 2008 上运行的应用程序。不幸的是,我们的一些代码依赖于检查 Windows 2008 中不再存在的 Documents and Settings 目录。
似乎为向后兼容设置了“连接点” - http://msdn.microsoft.com/en-us/library/bb756982.aspx。但似乎我无能为力让我访问。我基本上需要能够在 2003 年和 2008 年从命令行调用:
C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
在 Windows 2008 中转换为:
C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe
我在 2008 年尝试设置自己的“文档和设置”文件夹,但它不会让我这样做,因为这似乎是为这些连接点保留的。