.NET Directory to Dataset
Topic
#71 by mreschke on 2008-05-22 13:58:33 (viewed 621 times)
This article adds the files in a directory (with wildcards) into a datatable, then to a dataset.
With slight modifications to this function you can return the file list as a dataset, datatable or string array.
See .NET Add Directory to DataGrid
Code Using FileInfo[++]
Code Using GetFiles/Array[++]
Resources[++]