Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C 而不是 CPP 中工作,并且想将可执行文件的属性更改为隐藏的、只读的、可执行的。我还想使用我的 C 代码更改文件的权限。我怎样才能做到这一点?
虽然没有将文件标记为隐藏的标志之类的东西,但有一个约定,即以点 ( .) 开头的文件是隐藏的。因此,要使文件“隐藏”,请将其重命名为以点开头。
.