Differences
This shows you the differences between the selected revisions of the page.
2011-11-10 | 2013-04-30 | ||
created (martin) | Converting to .NET Assembly (martin) | ||
Line 13: | Line 13: | ||
</code> | </code> | ||
+ | ===== Converting to .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. |