File Modules

The folder TBox XEngines->File in the Standard subset contains Modules that perform specific tasks for file operations.

Save Content to file

The Module Save Content to file allows you to save content to a file connection.

The Module has the following ModuleAttributes:

ModuleAttribute

Description

ContentId

ID of the ContentResource.

ConnectionId

ID of the ConnectionResource.

Open file Resource

The Module Open file Resource allows you to open a file as a resource.

The Module has the following ModuleAttributes:

ModuleAttribute

Description

Resource

ID of the FileResource to be created.

Filepath

Absolute path to the file.

Save file Resource

The Module Save file Resource allows you to save content to a file.

The Module has the following ModuleAttributes:

ModuleAttribute

Description

Resource

ID of the content that you want to save.

Filepath

Absolute path to the file.

Open file

The Module Save file Resource allows you to open a file and read its content into a Resource.

The Module has the following ModuleAttributes:

ModuleAttribute

Description

Resource

ID of the Resource that you want to create.

Filepath

Absolute path to the file.

Content type

Resource type that you want to create.