strwrite

Document Actions
last edited 4 years ago by MAnn

description

This part takes filename of the file in which the specified string will be written.

figure

inpins

  1. path(String) - ID =1 - set the file name
    • String - file name
  2. write(String) - ID =2 - write contents in the file
    • String - content
  3. mode(boolean append) - ID=3 if append=true append the contents to the file, if appent=false insert the contents to the file

outpins

RESULT - ID = 51 - representing OK if everything is ok,

ERROR - ID = 52 - representing error if file name is null, content is null...

links to cvs

source - revision 1.0:http://cvs.sourceforge.net/viewcvs.py/*checkout*/vcb/VCB/libraries/src/org/vcb/parts/io/StrWrite.java?rev=1.1 at sourceforge.net

configuration file revision 1.0:http://cvs.sourceforge.net/viewcvs.py/*checkout*/vcb/VCB/libraries/configs/io/strwrite.xml?rev=1.1 at sourceforge.net