VB.net IO.Directory.CreateDirectory
当我使用 IO.Directory.CreateDirectory 创建目录时,无论我在何处创建目录,它都会创建一个只读目录。我错过了什么吗?
When I use IO.Directory.CreateDirectory
to create a directory it creates a read-only directory no matter where I make the directory. Am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您对 shell 属性对话框感到困惑:
只读复选框是一个三态复选框。当它像这样实心填充时,意味着状态是“不确定”。单击它两次将其变成复选标记。然后单击“确定”或“应用”按钮时,shell 会为该文件中的所有文件设置只读属性。 是的
,这不是很好的 UI 设计,你不是第一个被这个绊倒的人。(仅适用于文件夹中的文件)提示看起来像是一个相当绝望的尝试,因为没有足够的空间来使其更清晰。想知道它看起来是什么语法正确的短语。就像德语一样...
You are getting confused by the shell properties dialog:
The Read-only checkbox is a tristate checkbox. When it is filled solid like that, it means the state is "indeterminate'. Click it twice to turn it into a check mark. When you then hit the OK or Apply button, the shell sets the readonly attribute on all the files inside the folder.
Yes, this is not great UI design, you are not the first to be tripped up by this. The (only applies to files in folder) hint looks like a fairly desperate attempt to make it clearer. Without enough room to make it a grammatically correct phrase. Wonder what it looks like in German...