Differences
This shows you the differences between the selected revisions of the page.
2013-05-14 | 2013-05-15 | ||
syntax and remarks headings (martin) | library_powershell (martin) | ||
Line 20: | Line 20: | ||
There is no equivalent for ''lls'' command in [[library|.NET assembly]]. | There is no equivalent for ''lls'' command in [[library|.NET assembly]]. | ||
- | You can make use of local directory listing functions of your runtime environment. In .NET framework, you can use ''[[msdn>System.IO.Directory.GetFiles]]''. In PowerShell, you can use also ''[[http://technet.microsoft.com/en-us/library/ee176841.aspx|Get-ChildItem]]'' cmdlet. | + | You can make use of local directory listing functions of your runtime environment. In .NET framework, you can use ''[[msdn>System.IO.Directory.GetFiles]]''. In [[library_powershell|PowerShell]], you can use also ''[[http://technet.microsoft.com/en-us/library/ee176841.aspx|Get-ChildItem]]'' cmdlet. |