FileInformation.IsSequenceFile

Syntax

FileInformation.IsSequenceFile

Data Type

Boolean

Purpose

Returns True if the file is a TestStand sequence file or a custom sequence file TestStand can load with a custom sequence file translator.

Remarks

Use this property to determine whether you can load the file using the Engine.GetSequenceFileEx method.

This property throws an exception if TestStand cannot locate the file when it is first accessed. Use the FileExists property to determine whether the file is available.

See Also

Engine.GetSequenceFileEx

FileInformation.FileExists

FileInformation.IsCustomFile

FileInformation.IsPropertyObjectFile