Menu

#3 FS_SET action="flush" not working

open
6
2004-07-22
2004-07-22
No

<?xml version="1.0" encoding="ISO-8859-1"?>
<XDFL xmlns:xdfl="xdfl">
<xdfl:FS_SET target="temp.txt" action="delete" />
<xdfl:FS_SET target="temp.txt">
temp temp
</xdfl:FS_SET>
<xdfl:FS_SET target="temp.txt" action="flush">
temp temp
</xdfl:FS_SET>
</XDFL>

Result for temp.txt should be "temp temp" but is "temp
temp temp temp".

Bug coming from rights on the file (m_pOwnFile is false,
so flush is not performed).

I tried to solve this problem, and made the flush work,
but then fs_set did not write anything to the file when
action was "flush".

Discussion


Log in to post a comment.

MongoDB Logo MongoDB