$io.getSize

Get the files size.
Syntax
    $io{getSize}{file_name}
    $io.getSize{file_name}
DocumentationGet the files size.

    Parameters:
      getSize, a flag to indicate that the size of the specified file is requested.
      file_name, the name of the file whos size is requested.
    Returns:
      the requested size as an amount of bytes of the specified file.
Examples
    $io.getSize{public://index.hmtl}
    Result:
    Returns the size of the index.html they are located in the www directory
GroupSpecial
Minimum required transaction-mode:READ=IO
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1