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