Click or drag to resize

FormActMainGetCompanionFilePath Method

Creates a file path of a Companion Log file given a Main Log file and Companion name

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public string GetCompanionFilePath(
	string MainLogPath,
	string CompanionLogName
)

Parameters

MainLogPath
Type: SystemString
The file path of the currently open log
CompanionLogName
Type: SystemString
The suffix name to add to the main log name

Return Value

Type: String
Returns the full path for a Companion Log to be created
See Also