﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1312	Modelica.Utilities.Streams.readLine should use $OPENMODELICALIBRARY/relativeFilePath.	Adrian Pop	Adrian Pop	"While checking Modelica.Utilities.Examples.readRealParameterModel we get this error:
{{{
Checking: model Modelica.Utilities.Examples.readRealParameterModel... Not possible to open file ""Modelica/Utilities/data/Examples_readRealParameters.txt"" for reading:
No such file or directory
Not possible to open file ""Modelica/Utilities/data/Examples_readRealParameters.txt"" for reading:
No such file or directory
Not possible to open file ""Modelica/Utilities/data/Examples_readRealParameters.txt"" for reading:
No such file or directory
2.12099999999919 seconds -> OK
	Check of Modelica.Utilities.Examples.readRealParameterModel completed successfully.
}}}
We should open the file by prefixing the name with OPENMODELICALIBRARY:
{{{
$OPENMODELICALIBRARY/Modelica/Utilities/data/Examples_readRealParameters.txt
}}}
This should be done in the external implementation of\\
 {{{Modelica.Utilities.Streams.readLine}}}\\
(and any other function that works with files)\\

I assigned this bug to me, Per and Martin. Whoever has time first :)"	defect	closed	high		Run-time	1.6.0	invalid		Adrian Pop Per Östlund Martin Sjölund
