记事本++打开对话框怪异
有人能解释一下以下的谜团吗?
请参考 https://i.sstatic.net/MY5rO.jpg
在这两个屏幕截图中, Notepad++ 位于左侧,Windows 资源管理器位于右侧。 Windows 2008 R2 Enterprise 在 VMWare 中运行,并通过远程桌面连接器进行访问。
在顶部屏幕截图中,请注意我正在编辑
C:\Windows\System32\drivers\etc\hosts # yes, not in the "etc" sub-directory
在 Notepad++ 打开对话框中列出了“hosts”文件。
但在Windows资源管理器中的同一目录中却没有显示该文件。
在下面的屏幕截图中,请注意“etc”目录未在 Notepad++ 打开对话框中列出,尽管它在 Windows 资源管理器窗口中列出。我通过右键单击 Windows 资源管理器中的文件图标并选择“使用 Notepad++ 编辑”,在 Notepad++ 中打开了“hosts”文件。
有人能解释一下这是怎么回事吗?
更好的是,有人可以告诉我如何调整 Notepad++ 中的设置,使其显示与 Windows Explorer 2008 相同的文件吗?
Can some explain the following mystery?
Please refer to https://i.sstatic.net/MY5rO.jpg
In the both screenshots, Notepad++ is on the left and Windows Explorer is on the right. Windows 2008 R2 Enterprise is running in VMWare and is accessed via Remote Desktop Connector.
In the top screenshot, notice I am editing
C:\Windows\System32\drivers\etc\hosts # yes, not in the "etc" sub-directory
In the Notepad++ open dialog the "hosts" file is listed.
But the same directory in Windows Explorer shows no such file.
In the lower screenshot notice the "etc" directory is not listed in the Notepad++ open dialog, though it is listed in the Windows explorer window. I opened the "hosts" file in Notepad++ by right-clicking the file icon in Windows Explorer and selecting "Edit with Notepad++."
Can someone explain what's going on here?
Better, can someone tell me how to adjust the settings in Notepad++ so it shows the same files as Windows Explorer 2008?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是权限问题,其中您只有读取/执行权限。给自己写访问权限,看看是否会改变什么。
Sounds like a permission issue, wherein you only have read/execute perms. Give yourself write access and see if that changes anything.