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

next button previous button top button

NAME

ReadFile - Read contents of file

SYNOPSIS

ReadFile filename text

Optional Arguments:

-split
-noblank

DESCRIPTION

Opens the file filename and reads the contents which are returned in the text argument, the file is then closed. If the -split argument is used, the file contents are returned as a list with one line of contents as one list item. If the -noblank argument is used, then all blank lines are removed from the text.

KEYWORDS