Difference between revisions of "MC-Basic:SYSTEM.DISKFREESPACE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?Sys.DiskFreeSpace<br> ?System.DiskFreeSpace |AVAILABILITY= All versions |DESCRIPTION= Returns the amount of free space on the flash disk. …')
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.DISKFREESPACE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 30: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]]
+
* [[MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]]
 
 
  
 +
[[Category:MC-Basic:System|MC-Basic:System]]
 
}}
 
}}

Latest revision as of 02:25, 2 May 2017

Language: English  • 中文(简体)‎

Returns the amount of free space on the flash disk.

Syntax

?Sys.DiskFreeSpace

?System.DiskFreeSpace

Availability

All versions

Type

Long

Units

Bytes

Scope

Task or Terminal

Limitations

Read only

Examples

?SYSTEM.DiskFreeSpace

See Also