例如,我可以查找图书馆的位置,GetRegKey("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Personal") & "\Job Applications"
但这并不会在 中打开资源管理器Libraries\Documents\My Documents\Job Applications
,而是在 中打开它D:\Users\philhibbs\Documents\Job Applications
。它实际上是同一个位置,但美学略有不同,如果可能的话,我更喜欢前者。有人知道怎么做吗?