The import_into_this_document
function imports the content of a file into a document.
import_into_this_document( doc, filename specifier )
Argument | Description |
---|---|
doc
|
(LuaDocument) The document into which you want to import additional content. |
filename specifier
|
(string) The content that you want to import into the document. You can specify:
Tip: If you need to specify proxy settings so that CFS can access the URL, set the configuration parameters |
Boolean. Always returns true
.
|