.OpenModelica.Scripting.stat

Returns status for a file.

Information

Like stat(2), except the output is of type real because of limited precision of Integer.

Interface

impure function stat
  input String fileName;
  output Boolean success;
  output Real fileSize;
  output Real mtime;
end stat;

Generated at 2025-06-12T18:20:45Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos