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.7.0.280
Syntax
C#
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: Boolean
If successful. If false and no exceptions were thrown, ACT could not locate EQ2's folder.
See Also