Difference between revisions of "MC-Basic:DELETE"
m (1 revision) |
|||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 4: | Line 4: | ||
|SYNTAX= | |SYNTAX= | ||
| − | Delete '' | + | Delete <''filename''> |
|AVAILABILITY= | |AVAILABILITY= | ||
| Line 13: | Line 13: | ||
|TYPE= | |TYPE= | ||
| − | '' | + | <''filename''>: File specification |
|RANGE= | |RANGE= | ||
| − | '' | + | <''filename''>: name of a file that exists on the disk |
|UNITS= | |UNITS= | ||
| Line 28: | Line 28: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
| − | Write | + | *Write only.Only files that are not loaded into RAM can be deleted. |
| − | + | *Files that are protected by a password may not be deleted. | |
| − | Files that are protected by a password may not be deleted. | ||
|EXAMPLE= | |EXAMPLE= | ||
| − | Delete FILE1.PRG | + | <pre>Delete FILE1.PRG</pre> |
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:DELETE$|DELETE$]] |
| − | * [[ | + | * [[MC-Basic:DIR|DIR]] |
| − | * [[ | + | * [[MC-Basic:DIR$|DIR$]] |
| + | [[Category:MC-Basic:File Management|DELETE]] | ||
}} | }} | ||
Latest revision as of 09:16, 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