html link to files [message #67766] |
Thu, 20 August 2009 23:14 |
maurya
Messages: 16 Registered: February 2009
|
Junior Member |
|
|
Hi every one,
I want to make a html link of files (say, gif) with their
remarks. The number of files are large and each file have its own
characteristics (stored in a 'propert.dat' file). Therefore, I want
to write an program that create link to files (stored in a directory,
say, G:\data\gif\) and put their properties (from 'propert.dat') in
different columns of corresponding rows, viz
==================================
SN files prop_a prop_b prop_l
==================================
1 file_1 text_1a text_1b ... text_1l
2 file_2 text_2a text_2b ... text_2l
3 file_3 text_3a text_3b ... text_3l
........
.......
n file_n text_3n text_3n ... text_nl
================================
Thanks
|
|
|