Difference between revisions of "MC-Basic:DELETE$"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<filename>''" to "<''filename''>")
Line 13: Line 13:
  
 
|TYPE=
 
|TYPE=
''<filename>'': string
+
<''filename''>: string
  
 
|RANGE=
 
|RANGE=
''<filename>'': name of a file that exists on the disk
+
<''filename''>: name of a file that exists on the disk
  
 
|UNITS=
 
|UNITS=

Revision as of 15:00, 17 March 2014

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

Syntax

Delete <filename string>

Availability

Version 4.5.3 and higher

Type

<filename>: string

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”

Or

Common sharedFName as string = ““File1.PRG”

Delete$ FName

See Also