For the complete documentation index, see llms.txt. This page is also available as Markdown.

FileSize

The FileSize() function returns the size of a file, in KB’s.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

FileSize(file)

FileSize([PngImageFile]) 👍Result: 60.0 (in KB - kilobytes)

FileSize(unknownfile) 👎Result: unknown

Parameters

Name
Type
Required
Description

file

file

☑️

the file of which the size has to be calculated

Last updated

Was this helpful?