Command
:MMEMory:DELete <String>
This command deletes an existing file or directory (folder).
When you delete a directory, all the files and directories in it are deleted.
Specify the file name with the extension.
When you specify a file (directory) under an existing directory, separate them with "\" (back slash), or "/" (slash).
To delete all the files in the directory (folder), specify "\" (backslash).
Parameter |
String |
Description |
File name or directory name you want to delete |
Data Type |
Character string type (String) |
Range |
254 chars |
Dim Var as String
Var ="C:\temp\temp.txt"
Ena.WriteString ":MMEM:DEL " & Var, True
No equivalent key is available on the front panel.
SCPI.MMEMORY.DELETE