Difference between revisions of "MC-Basic:DELETE"

From SoftMC-Wiki
Jump to: navigation, search
Line 37: Line 37:
 
* [[MC-Basic:DELETE$|DELETE$]]
 
* [[MC-Basic:DELETE$|DELETE$]]
 
* [[MC-Basic:DIR|DIR]]
 
* [[MC-Basic:DIR|DIR]]
* [[Axystems:MC-Basic:DIR$|DIR$]]
+
* [[MC-Basic:DIR$|DIR$]]
  
 
[[Category:Axystems:MC-Basic:File Management|DELETE]]
 
[[Category:Axystems:MC-Basic:File Management|DELETE]]
  
 
}}
 
}}

Revision as of 08:37, 22 May 2014

This command is used to delete a file from the Flash Disk.

Syntax

Delete <filename>

Availability

All versions

Type

<filename>: File specification

Range

<filename>: name of a file that exists on the disk

Scope

Terminal

Limitations

  • Write only.Only files that are not loaded into RAM can be deleted.
  • Files that are protected by a password may not be deleted.

Examples

Delete FILE1.PRG

See Also