PureData CEAMMC library web documentation
available since version: 0.9.5
close
close file
FNAME file path: absolute or relative
type: symbol
required: True
[MODE] open mode, 'r': open text file for reading only. 'w': truncate to 0 length, if existent, or create text file for writing only. 'a': append, open or create text file only for writing at end of file. 'r+': open text file for reading and writing. 'w+': truncate to 0 length, if existent, or create text file for reading and writing. 'a+': append, open or create text file for reading and writing, writing at end of file
type: symbol
read_line
read line from file, output as list as atoms
PATH old file path
type: symbol
required: True
NEW_PATH new file path
type: symbol
required: True
POS offset position
type: int
required: True
[ORIG] offset origin, if omitted offset from the beginning
type: symbol
POS offset position
type: int
required: True
[ORIG] offset origin, if omitted offset from the beginning
type: symbol
Authors: Serge Poltavsky
License: GPL3 or later