File_GetSize()

Examples


The File_GetSize() function retrieves the size in bytes of the specified file.

Syntax

File_GetSize(path)

Parameters

path – The complete path to the file, in generic format.

Return value

A long integer containing the size of the file in bytes.


Documentation Feedback