Difference between revisions of "MC-Basic:FILESIZE"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[Category:Axystems:MC-Basic:File Management|FILESIZE]]
 
}}
 
}}

Revision as of 14:10, 13 March 2014

Returns the size of a file in bytes.

Syntax

FileSize <file_name>

Availability

All versions

Type

Long

Range

0 to MaxLong

Scope

Configuration, Task orTerminal

Limitations

Read-Only

Examples

? FileSize Task1.prg

See Also