Differences
This shows you the differences between the selected revisions of the page.
2017-02-06 | 2017-02-06 | ||
normalizing link (martin) | normalizing link (martin) | ||
Line 26: | Line 26: | ||
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 [[library_powershell|PowerShell]], you can use also ''[[https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.management/Get-ChildItem|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 ''[[https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.management/get-childitem|Get-ChildItem]]'' cmdlet. |