FileWrite
org.geon.FileWrite

This actor extends LineWriter by outputing the filename. The actor writes the value of string tokens to a file, and outputs the file path. The file is specified by the fileName attribute using any form acceptable to FileParameter. If the append attribute has value true, then the file will be appended to. If it has value false, then if the file exists, the user will be queried for permission to overwrite, and if granted, the file will be overwritten. If the confirmOverwrite parameter has value false, then this actor will overwrite the specified file if it exists without asking. If true (the default), then if the file exists, then this actor will ask for confirmation before overwriting.

Author(s):
Version:$Id: FileWrite.java,v 1.6 2006/04/04 17:23:49 altintas Exp $


url
Written file URL