VB.net IO.Directory.CreateDirectory

发布于 2024-12-05 08:16:47 字数 78 浏览 3 评论 0原文

当我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故乡的云 2024-12-12 08:16:47

您对 shell 属性对话框感到困惑:

在此处输入图像描述

只读复选框是一个三态复选框。当它像这样实心填充时,意味着状态是“不确定”。单击它两次将其变成复选标记。然后单击“确定”或“应用”按钮时,shell 会为该文件中的所有文件设置只读属性。 是的

,这不是很好的 UI 设计,你不是第一个被这个绊倒的人。(仅适用于文件夹中的文件)提示看起来像是一个相当绝望的尝试,因为没有足够的空间来使其更清晰。想知道它看起来是什么语法正确的短语。就像德语一样...

You are getting confused by the shell properties dialog:

enter image description here

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文