Closed ApsimBot closed 5 years ago
Author: fai04d Date: 2014-07-24 10:13:00 +0000 UTC
Seems that they're using GetDirectory() so they get the directory the command was run in, not the directory of Model.exe.
Author: fai04d Date: 2014-07-24 12:35:00 +0000 UTC
Fixed: Changed GetDirectory() to System.Reflection.Assembly.GetExecutingAssembly().Location
Legacy Bug ID: 1928 Author: Justin Date: 2014-07-23 16:28:11 +0000 UTC
Running model.exe from a directory other than Bin causes relative paths to resolve incorrectly.