Google

CCP4 web logo CCP4i: Graphical User Interface
Documentation for Programmers
WriteFile

next button previous button top button

NAME

WriteFile - Write a text string to a file

SYNOPSIS

WriteFile filename text

Optional Arguments:

-overwrite

DESCRIPTION

Open a file filename and append the text text to that file. Close the file. If the -overwrite argument is used then, if the file already exists, it will be overwritten rather than appended to.

KEYWORDS