dbouthillier
April 8th, 2006, 09:13 PM
I’m looking for a class in C# .NET that is the equivalent to the C++ MFC CFileFind class. Anyone?
Thanks!
Thanks!
|
Click to See Complete Forum and Search --> : Equivalent class to CFileFind in C# .NET? dbouthillier April 8th, 2006, 09:13 PM I’m looking for a class in C# .NET that is the equivalent to the C++ MFC CFileFind class. Anyone? Thanks! charlass April 9th, 2006, 08:29 AM Use Directory.GetFiles() dbouthillier April 9th, 2006, 09:13 AM Perfect! Thanks :) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |