![]() |
CCP4i: Graphical User Interface |
Documentation for Programmers | |
ReadFile |
![]() ![]() ![]() |
ReadFile - Read contents of file
ReadFile filename text
Optional Arguments:
-split
-noblank
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.