You are right of course, David. Strange that this <http://msdn.microsoft.com/en-us/library/system.io.directoryinfo.enumeratedi rectories(VS.90).aspx> page exists, more than a year after its last edit date . obviously it is a problem with the MSDN doco since the .enumeratedirectory (etc) doesn't work with v3.5 target.
I have been using v4.0 for all disk file traversing, and for the Dynamic keyword in C# 4.0 - I think this will be in Visual Basic too, when the v4.5 Framework is released. _____ Ian Thomas Victoria Park, Western Australia _____ From: [email protected] [mailto:[email protected]] On Behalf Of David Kean Sent: Monday, October 03, 2011 11:00 AM To: ozDotNet Subject: RE: In praise of DirectoryInfo Framework 4 Pretty sure we added the EnumerateXXX in 4.0, not 3.5. From: [email protected] [mailto:[email protected]] On Behalf Of Ian Thomas Sent: Sunday, October 02, 2011 7:56 PM To: 'ozDotNet' Subject: RE: In praise of DirectoryInfo Framework 4 There's always a <http://msdn.microsoft.com/en-us/library/ms171868.aspx> What's New when a new Framework version is released. And, I was correct - those (originally-cited) methods were in v3.5. But the .TryParse additions I had not seen.
