.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-10-24T18:21:15Z by OpenModelicaOpenModelica 1.25.5 using GenerateDoc.mos