Difference between revisions of "MC-Basic:FILESIZE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= FileSize ''<file_name>'' |AVAILABILITY= All versions |DESCRIPTION= Returns the size of a file in bytes. |TYPE= Long |RANGE= 0 to MaxLong |…')
 
 
(4 intermediate revisions by 4 users not shown)
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[Category:MC-Basic:File Management|FILESIZE]]
 
}}
 
}}

Latest revision as of 09:16, 22 May 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