“Linq to Directories/Files” – Enumerating Directories and Files with Delphi Prism and .NET 4
.NET 4 allow you to enumerate directories and files by using methods that return an enumerable collection of strings of their names, also you can use methods that return an enumerable collection of DirectoryInfo, FileInfo, or FileSystemInfo objects, these objects are very powerfull and make easy the development. Before .NET 4 you could only obtain [...]
Read more


Recent Comments