file with 0 size in html listing
Brought to you by:
greg4567
if the directory listing is written to a file in the directory being listed, the open file is in the listing
while it's being written, and it has a size of 0 KB.
It looks stupid in the listing
Possible solution is to read all file into memory and write the HTML file after.
-Greg Bates