.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 2026-01-01T19:13:56Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos