Difference between revisions of "MC-Basic:FILESIZE$"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Version 4.5.3 and higher" to "Since Version 4.5.3")
m (Miborich moved page Axystems:MC-Basic:FILESIZE$ to MC-Basic:FILESIZE$: Global renaming of Axystems: namespace into (Main):)
(No difference)

Revision as of 08:37, 22 May 2014

Returns the size of a file in bytes.

Syntax

? FileSize$ (<file_name_string>)

Availability

Since Version 4.5.3

Type

<file_name_string>: String

<return value>: Long

Range

1 to MaxLong

Scope

Configuration, Task orTerminal

Limitations

Read only

Examples

? FileSize$(“Task1.prg”)

or

Common shared FName as string = “Task1.prg”

? FileSize$(“Task1.prg”)

See Also