MivaScript Builtin Function, Miva Merchant 9+
file_append( path, location, outputdata var )
<mvt:assign name="g.return_value" value="file_append( path, location, outputdata var )" />
Appends data to the end of the file in path.
path
fully qualified path to the file
location
location of the output file - 'data' or 'script'
outputdata var
string variable containing the data to append