Changes

Jump to: navigation, search

Windows PowerShell 1.0 File Handling

22 bytes added, 17:22, 8 December 2008
Changing File Properties
</pre>
== Changing File Properties with Set-ItemProperty ==
The properties of a file are changed in Windows PowerShell using the ''Set-ItemProperty'' cmdlet together with the appropriate .NET [System.IO.FileAttributes] static member. For example, to set the ''ReadOnly'' attribute on a file:

Navigation menu