Expand Minimize
This topic has not yet been rated - Rate this topic

Converting the FileSystemObject's Files Property


Windows PowerShell


Definition: Returns a collection of all the files in a given folder.

Files


This is exactly what the Get-ChildItem cmdlet does:


Get-ChildItem C:\Scripts


See conversions of other FileSystemObject methods and properties.
Return to the VBScript to Windows PowerShell home page

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.