Differences
This shows you the differences between the selected revisions of the page.
scriptcommand_lls 2016-01-22 | scriptcommand_lls 2020-05-29 (current) | ||
Line 1: | Line 1: | ||
- | ====== lls ====== | + | ====== lls command ====== |
Lists the contents of local directory. | Lists the contents of local directory. | ||
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 ''[[http://technet.microsoft.com/en-us/library/hh849800.aspx|Get-ChildItem]]'' cmdlet. | + | You can make use of local directory listing functions of your runtime environment. In .NET framework, you can use ''[[dotnet>System.IO.Directory.GetFiles]]''. In [[library_powershell|PowerShell]], you can use also ''[[ps>microsoft.powershell.management/get-childitem|Get-ChildItem]]'' cmdlet. |