The FileSize() function returns the size of a file, in KB’s.
FileSize()
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a number, which is the size of the given file, in KB’s.
Returns Unknown if the parameter value (file) is unknown.
Unknown
FileSize(
file
)
FileSize([PngImageFile]) 👍Result: 60.0 (in KB - kilobytes)
FileSize([PngImageFile])
FileSize(unknownfile) 👎Result: unknown
unknownfile
☑️
the file of which the size has to be calculated
Last updated 3 years ago
Was this helpful?