FormActMainSendToMacroFile Method |
Sends a text file to the EQ2 folder
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public bool SendToMacroFile(
string ExportFilePath,
string FileContents,
string LinePrefix
)
Parameters
- ExportFilePath
- Type: SystemString
The filename of the file to create/replace - FileContents
- Type: SystemString
The contents of the file to create/replace - LinePrefix
- Type: SystemString
String to be prefixed to each newline
Return Value
Type:
BooleanIf successful. If false and no exceptions were thrown, ACT could not locate EQ2's folder.
See Also