﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4003	OMEdit uses wrong modelica:// path	Rüdiger Franke	Adrian Pop	"The model `PowerSystems.Examples.PowerWorld.PowerWorld` uses table data from a file. The respective code is:
{{{#!mo
  constant String PowerWorldResources = Modelica.Utilities.Files.loadResource(""modelica://PowerSystems.Examples.PowerWorld/Resources/"");

  Modelica.Blocks.Sources.CombiTimeTable wind(
    tableName=""tab"",
    fileName=PowerWorldResources + ""LoadData.txt"",
    tableOnFile=true);
}}}
The model works when `omc` is called from the command line. It also works in the nightly tests. OMEdit raises the error:
{{{
Not possible to open file ""LoadData.txt"": No such file or directory
}}} "	defect	reopened	high		Interactive Environment				Adrian Pop Martin Sjölund
