Append correct extension to the stimulation file name.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function AppendExtension ( _
	szFileName As String _
) As String

Parameters

szFileName
Type: System..::..String
Original File Name without extension.

Return Value

File name with extension.

Remarks

Appends the correct extension to the stimulation file name:
  • .wav in acoustical mode
  • .stim in electrical RIB mode
  • See Also