.Modelica.Utilities.Internal.PartialModelicaServices.ExternalReferences.PartialLoadResource

Interface for tool specific function to return the absolute path name of a URI or local file name

Information

This partial function defines the function interface of a tool-specific implementation in package ModelicaServices. The interface is documented at Modelica.Utilities.Internal.FileSystem.loadResource.

Interface

partial function PartialLoadResource
  extends Modelica.Icons.Function;
  input String uri "URI or local file name";
  output String fileReference "Absolute path name of file";
end PartialLoadResource;

Generated at 2025-04-16T18:20:25Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos