AbSplitFilename
Return the filename that would be or was created by an AbSplitCalculate function.
Parameters:
abSplitName:
The name of the AB Split configuration section that is being calculated.
abFileType:
The file type that was measured or calculated.
Return Value:
The filename to be used for a particular AB Split file type.
Interface Signature:
string AbSplitFilename(string abSplitName, EAbSplitFileType abFileType);
The function AbSplitCalculate creates a file whose filename will be specific to the type of measurement made and the name of the AB Split configuration section. This function allows one to get the name that the file will have after the measurement or calculation.
See also EAbSplitFileType and C# Defined Types.