FileSize
- Last UpdatedJul 18, 2023
- 1 minute read
Gets the size of a file.
Syntax
FileSize(File)
File:
The file number.
Return Value
The size of the file in bytes.
Related Functions
Example
! Get the size of the file.
Size=FileSize(File);
Gets the size of a file.
FileSize(File)
File:
The file number.
The size of the file in bytes.
! Get the size of the file.
Size=FileSize(File);