Click or drag to resize

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.5.288
Syntax
C#
public 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

Boolean
If successful. If false and no exceptions were thrown, ACT could not locate EQ2's folder.
See Also