<html>
<HEAD>
<TITLE>WriteFile Module</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFF88" TEXT="#000000" LINK="#3333AA" VLINK="#6666FF"> 

<H2>
<A NAME="WriteFile">WriteFile</A>
</H2>
Filter module that will write data (usually text) to a file.  (Will <i>not</i>
write special packets such as thoe used by the MusicWeaver.  Such packets must
first be paseed to an element that generates text.)

<h4>
Input
</h4>
accepts packets to write to (currently open) file.
<P>
<h4>
Control Panel
</h4>
<UL Type="none">
<LI> Button: <B>Write to...</B> -- Opens file panel to select file to be written.
If a file is already open it will be closed, and the new one opened.  (A file
cannot be apended to.)
<LI> Text field (on right): Name of currently open file.
<LI> Button: <B>Close</B> -- Terminates writing and closes the file.
(File will also be closed if an End-of-Data is received.)
</UL>
<P>
<BR>

For more information, see
<A HREF="../../Documentation/StreamWeaver_Modules.html#WriteFile">StreamWeaver_Modules.html</A>
in the documentation folder.
<BR>
</body>
</html>
