M
mp
in vb6 i've been using a very nice class for fast file gathering - collects
matching names, filetimes etc.
(I'm considering converting a working vb6 app to c# just for learning
process.)
in dotnet what would be the managed way to gather list of filenames/file
info for target criteria?
CFileSearch can take args for starting directory name, levels of subdirs to
check, matching filenames etc - very handy
'* CFileSearch
'* (c) 2004, 2005, 2006 Ulrich Korndörfer proSource software
development
'* www.prosource.de
'* German site with VB articles (in english) and code (comments in
english)
'* A class for scanning directories and searching files whose name matches
given criteria.
thanks for any pointers
mark
matching names, filetimes etc.
(I'm considering converting a working vb6 app to c# just for learning
process.)
in dotnet what would be the managed way to gather list of filenames/file
info for target criteria?
CFileSearch can take args for starting directory name, levels of subdirs to
check, matching filenames etc - very handy
'* CFileSearch
'* (c) 2004, 2005, 2006 Ulrich Korndörfer proSource software
development
'* www.prosource.de
'* German site with VB articles (in english) and code (comments in
english)
'* A class for scanning directories and searching files whose name matches
given criteria.
thanks for any pointers
mark