FileSize(
     path:path
)
int

Arguments

path

Path of the file.

Return value

The size of the specified file.

Description

Directory Opus 13.22.4 and above.

Returns the size of the specified file.

Example:

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