M
MitchW
Hello,
I have a list of filenames that I need to display through some mechanism
(GridView, DataList, etc.). The list of filenames comes from an XML file.
(That part is easy). I also need to show in the same view the the last time
the file was modified. So basically I need something like this:
a.txt 10/23/2008
b.txt 10/24/2008
The catch is the modified file date must be read each time the page is
loaded and the file information must be read from the disk each time the page
is loaded.
Any assistance would be greatly appreciated. Thanks in advance,
mitch
I have a list of filenames that I need to display through some mechanism
(GridView, DataList, etc.). The list of filenames comes from an XML file.
(That part is easy). I also need to show in the same view the the last time
the file was modified. So basically I need something like this:
a.txt 10/23/2008
b.txt 10/24/2008
The catch is the modified file date must be read each time the page is
loaded and the file information must be read from the disk each time the page
is loaded.
Any assistance would be greatly appreciated. Thanks in advance,
mitch