1. 文件属性隐藏
可以在文件夹选项中 显示隐藏的文件
2. cmd 隐藏
即使在文件夹选项中 显示隐藏的文件, 也不显示
隐藏
attrib <File Path> +s +h +r
重新显示
attrib <File Path> -s -h -r
参考:
http://www.cngaosu.com/a/2011/1001/197315.html
1. 文件属性隐藏
可以在文件夹选项中 显示隐藏的文件
2. cmd 隐藏
即使在文件夹选项中 显示隐藏的文件, 也不显示
隐藏
attrib <File Path> +s +h +r
重新显示
attrib <File Path> -s -h -r
参考:
http://www.cngaosu.com/a/2011/1001/197315.html