..
This commit is contained in:
@@ -558,7 +558,7 @@ namespace Project
|
||||
|
||||
var idx = dr.idx;
|
||||
var fn = UTIL.MakePath("Model", idx.ToString(), "zpl.txt");
|
||||
var fnBase = UTIL.MakePath("zpl.txt");
|
||||
var fnBase = UTIL.MakePath("Data","zpl.txt");
|
||||
if (System.IO.File.Exists(fnBase) && System.IO.File.Exists(fn) == false)
|
||||
{
|
||||
UTIL.MsgI("Dedicated output file (ZPL.TXT) does not exist, copying from default");
|
||||
|
||||
Reference in New Issue
Block a user