FormActMainGetCompanionFilePath Method |
Creates a file path of a Companion Log file given a Main Log file and Companion name
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic 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
StringReturns the full path for a Companion Log to be created
See Also