
Automation Command and Query Reference Manual - Control Reference
app.SaveRecall.Utilities.CreateDir
Deletes all files in the directory specified by the Directory control without a cautionary prompt.
Use with care! Files cannot be recovered if deleted accidentally.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Delete all files without showing a yes/no prompt.
app.SaveRecall.Utilities.Directory = "C:\MyDir"
app.SaveRecall.Utilities.DeleteAll
Deletes the file named by the Filename control
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Delete the named file
app.SaveRecall.Utilities.Filename = "C:\MyDir\MyFile.txt"
app.SaveRecall.Utilities.DeleteFile
Defines the directory which will be used for the operations in this automation node.
Contains controls used for saving and recalling waveforms.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
Comentários a estes Manuais