I like C#. it makes sense. I wish you could do more with the file system, but hey. it is what inheritance is all about. [Monk]
What does he want to do with the file system that he can't do with Directory, FileInfo, DirectoryInfo, etc.?
foreach (string drive in Directory.GetLogicalDrives()) if (! drive.StartsWith("A")) foreach(FileSystemInfo fsi in new DirectoryInfo(drive).GetFileSystemInfos()) Console.WriteLine("{1} {0}", fsi.ToString(), fsi.GetType());
10:22:03 PM
|
|