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.2.285
Syntax 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:
StringReturns the full path for a Companion Log to be created
See Also