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.
我想隐藏文件夹,当我在导航中单击显示隐藏文件时不应该找到它。我使用此代码隐藏文件
System.IO.File.SetAttributes(FilePath, IO.FileAttributes.Hidden)
即使您将某些内容标记IO.FileAttributes.Hidden为IO.FileAttributes.System,在单击几个复选框后它们仍然可见。真正隐藏某些东西的唯一方法是使用速记、truecrypt 等。
IO.FileAttributes.Hidden
IO.FileAttributes.System