this one is baffling me ...
I'm using cffile twice in a loop.
<cffile action="WRITE" file="c:\data\#counter#.txt" output="#t_1#" addnewline="No">
<cffile action="WRITE" file="c:\data\#counter#.txt" output="#t_2#" addnewline="No">
The first file is 18k, the second, 1k.
The loop loops about 2000 times.
To round off, I need about 40 megs free.
When the template is done processing, I'm left with a folder holding 34.8 megs of the files I just put there, and nothing else.
Here's what I don't understand...
The drive this folder is on is now approx 180 megs shy of what it was before, not 34.8. The more files written, the more mysterious missing disk space. At first I thought it might have something to do with the pagefile or something, but it doesn't. As soon as I delete the files (supposedly 34.8 megs), the hard drive magically has 180 more megs free NOT 34.8!
If it matters, NT 4.0/FAT 32
can anyone explain this madness?
-Marc
I'm using cffile twice in a loop.
<cffile action="WRITE" file="c:\data\#counter#.txt" output="#t_1#" addnewline="No">
<cffile action="WRITE" file="c:\data\#counter#.txt" output="#t_2#" addnewline="No">
The first file is 18k, the second, 1k.
The loop loops about 2000 times.
To round off, I need about 40 megs free.
When the template is done processing, I'm left with a folder holding 34.8 megs of the files I just put there, and nothing else.
Here's what I don't understand...
The drive this folder is on is now approx 180 megs shy of what it was before, not 34.8. The more files written, the more mysterious missing disk space. At first I thought it might have something to do with the pagefile or something, but it doesn't. As soon as I delete the files (supposedly 34.8 megs), the hard drive magically has 180 more megs free NOT 34.8!
If it matters, NT 4.0/FAT 32
can anyone explain this madness?
-Marc