File Storage

Module Description

File plugin is used to read or write files.

Parameter Configuration

ParameterDescription
file_lengthSet the character length for reading or writing file

Support Data Type

  • STRING

Usage of Address Format

Address Format

FILE PATH

Address Example

AddressData TypeDescription
/home/root/test/test.txtstringRead or write the contents of the test.txt file

TIP

The address needs to fill in the GetFullPath.

When writing, the written content will overwrite the previous file content.