Difference between revisions of "MC-Basic:FILESIZE$"
m (1 revision) |
|||
Line 43: | Line 43: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | + | [[Category:Axystems:MC-Basic:File Management|FILESIZE$]] | |
}} | }} |
Revision as of 14:11, 13 March 2014
Returns the size of a file in bytes.
Syntax
? FileSize$ (<file_name_string>)
Availability
Version 4.5.3 and higher
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”)