reference:evaluator:filesize

FileSize(
     path:path
)
int

Arguments

path

Path of the file.

Return value

The size of the specified file.

Description

Returns the size of the specified file, in bytes.

Example:

FileSize("C:\Windows\Notepad.exe")
--> 360448