M
MitchW
Hello,
1. I have an XML file that lists filenames (i.e., a.txt, b.txt, c.txt,
etc.). I have loaded this into a LINQ var anonymous type.
2. I also have a DirectoryInfo set in another var type. This contains a
listing of all files in a certain directory.
What I ultimately need is a list of all the filenames from "1" above and if
there is a match in item "2" I need the LastWriteTime of the file. I then
need to display this in a GridView or something.
What is the best most efficient approach?
thanks,
mitch
1. I have an XML file that lists filenames (i.e., a.txt, b.txt, c.txt,
etc.). I have loaded this into a LINQ var anonymous type.
2. I also have a DirectoryInfo set in another var type. This contains a
listing of all files in a certain directory.
What I ultimately need is a list of all the filenames from "1" above and if
there is a match in item "2" I need the LastWriteTime of the file. I then
need to display this in a GridView or something.
What is the best most efficient approach?
thanks,
mitch