Fileinfo

The object allows access to the characteristics of a file.

*value* = *fileinfo*.name()

Returns the name of the file.

*value* = *fileinfo*.dimension()

Returns the size of the file in bytes.

*value* = *fileinfo*.convertfiletobase64()

Converts the file to a base 64 string.

*value* = *fileinfo*.convertfiletobase64zip()

Compresses the file and converts it to a base 64 string.