Updated: 10/13/2003; 9:13:31 PM.
John Lambert
First we show up, then we see what happens.
        

Tuesday, July 30, 2002

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    comment []  



eBay just said that an auction which was supposed to end at 11:58 pm PDT just ended. It's 9:44 pm. WTF?
9:44:52 PM    comment []  


© Copyright 2003 John Lambert jlambert@jlambert.com A really bad webcam picture of me.

 
July 2002
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
Jun   Aug


Click here to visit the Radio UserLand website.

Subscribe to "John Lambert" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.