https://blogs.technet.microsoft.com/heyscriptingguy/2011/01/26/use-a-powershell-cmdlet-to-work-with-file-attributes/
我在阅读这篇POWERSHELL修改文件属性,在找到修改方法后
Attributes Property System.IO.FileAttributes Attributes {get;set;}
这行是啥意思?
还有 [System.Io.FileAttributes] 这个是什么用法?
1 Answers