C# – Display Folder Contents with Console Application – Directory Info Usage
With the current console application we display the contents of a given folder. It is a little useless by itself, but the code has one good advantage – it shows perfect application of DirectoryInfo and some properties as .FullName & …
C# – Display Folder Contents with Console Application – Directory Info Usage Read more »