Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Moss.File
SourceRepresentation of "files", what is their name, how to access their content.
Abstract representation of files (names to submit to MOSS and method to access their data).
of_string name content
return a "file" with given name
and content
.
of path path
create a "file" from a (full or relative) path
.
The most basic input object for best interoperability.
of_in_obj name create
return a "file" from an channel created with create
. The channel will be created (and then closed) when the file is sent with submit
.