I need to delete a .gsm file.
I have recorded with “RECORD” function. It has generate a .gsm file in the
directory, and I need to delete it. How can I do that? (during the run time
of course)
Stephon,
If you save the file name and path to a variable during creation you should be able to use the ‘System’ function under the ‘Exe’ tab in VDP to issue an rm command and pass the previously created variable to delete the file.