file Full Description |
|
SyntaxFor an output file: file (with open-modifier (& open-modifier)*)* For a source file: (binary-mode | text-mode)? file string-expression Purpose The operator Usually, OmniMark will read the file in its entirety and use the whole content in a single string expression. This can require large amounts of computer memory. In certain limited cases, the file can be read in smaller chunks, allowing very large files to be processed without requiring huge amounts of computer memory. These cases occur whenever the
|