Inquire file information (POSIX function 'stat')
impure function stat extends Modelica.Icons.Function; input String name "Name of file, directory, pipe etc."; output Types.FileType fileType "Type of file"; end stat;