This section lists Blend directives related to files.
Writing
pc:AppendFile
|
Opens a text file and writes text to it. If the file already exists, the input is appended.
|
pc:WriteFile
|
Writes text to a text file, overwriting any existing file.
|
Reading
pc:ReadFile
|
Returns the contents of a file as a text node.
|
pc:ReadFiles
|
Returns the contents of a set of files as a set of XML text nodes.
|
pc:ReadXmlFile
|
Returns the contents of a file as an XML document.
|
pc:ReadXmlFiles
|
Returns the contents of a set of files as a set of XML documents.
|
|