Fix for the wrong path being used in OSCADObject.ToFile

This commit is contained in:
Michael L Smith 2016-03-08 19:13:34 -08:00
parent 71a45deaec
commit f4642a205c

View File

@ -847,7 +847,7 @@ namespace OSCADSharp
this.ToString()
});
return Dependencies.FileInvokerFactory(filePath);
return Dependencies.FileInvokerFactory(path);
}
/// <summary>