Cicode Programming Reference > Cicode Function Categories > File Functions Introduction > FileSize

FileSize

Gets the size of a file.

Syntax

FileSize(File)

File:

The file number.

Return Value

The size of the file, in bytes.

Related Functions

FileSeek

Example

! Get the size of the file.
Size=FileSize(File);

See Also

File Functions