We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9490d4 commit 39174d7Copy full SHA for 39174d7
Compiler/Script/Figaro.mo
@@ -26,7 +26,7 @@ protected
26
String bdfFile = workingDir + "/FigaroObjects.fi" "Figaro code to the Figaro processor";
27
String figaroFile = workingDir + "/Figaro0.fi" "Figaro code from the Figaro processor";
28
String argumentFile = workingDir + "/figp_commands.xml" "instructions to the Figaro processor";
29
- String resultFile = workingDir + "/result.xml" "status from the Figaro processor"; // File name cannot be changed.
+ String resultFile = "result.xml" "status from the Figaro processor"; // File name cannot be changed.
30
SCode.Element program;
31
String figaro, database, xml, xml2;
32
list<String> sl;
0 commit comments