Hello,
"Trint Smith" <(E-Mail Removed)> schrieb:
> batch files will be written out at a certain time into one directory...i
> need all of the filenames from one directory to be listed in one text
> file...how can i do that??
System.IO.DirectoryInfo.GetFiles
will return an array of strings containing the file names of the files in
the directory. Have a look at the classes FileStream and StreamWriter in
the System.IO namespace for writing the data to a file.
HTH,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet