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.8.3.286
Syntax
C#
public string GetCompanionFilePath(
	string MainLogPath,
	string CompanionLogName
)

Parameters

MainLogPath  String
The file path of the currently open log
CompanionLogName  String
The suffix name to add to the main log name

Return Value

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