SequenceFile.Save
- Updated2025-07-21
- 1 minute(s) read
SequenceFile.Save
Syntax
SequenceFile.Save( pathString)
Purpose
Saves the sequence file to disk.
Remarks
Calling this method with an empty string argument has the same effect as calling the PropertyObjectFile.WriteFile method.
Ensure the pathString provided is an absolute path and not relative.
Parameters
pathString As String
[In] Specifies the absolute pathname with which to save the file. Pass an empty string to save the file using the same pathname with which TestStand last loaded or saved it.